#1AFBCA

Color #1AFBCA Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1AFBCA

Tints of Bright Turquoise #1AFBCA

Color information

#1AFBCA (or 0x1AFBCA) is unknown color: approx Bright Turquoise. HEX triplet: 1A, FB and CA. RGB value is (26,251,202). Sum of RGB (Red+Green+Blue) = 26+251+202=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFBCA is #E50435. Grayscale: #B2B2B2. Windows color (decimal): -15008822 or 13302554. OLE color: 13302554.

HSL color Cylindrical-coordinate representation of color #1AFBCA: hue angle of 166.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFBCA is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB26251202-
CMYK0.9000.200.02
HSL166.93º96.57%54.31%-
HSV(B)166.93º89.64%98.43%-
XYZ45.5873.4867.66-
YUV178.14141.4619.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 5.43%
GREEN value IS 251 (98.44% from 255) = 52.40%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=5.43%
G=52.40%
B=42.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal262512020.9000.200.02166.9396.5754.31
Hex1AFBCA5A0142a76136
Octal32373312132024224714166
Binary110101111101111001010101101001010010101001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AFBCA; }

 p { color: rgb(26,251,202); }

 H1.HeaderClassName
 {
   color: #1AFBCA;
 }
 .AnyTagClassName
 {
   color: #1AFBCA;
 }
</style>
background-color css

<style>
 a { background-color: #1AFBCA; }

 a { background-color: rgb(26,251,202); }

 div.DivClassName
 {
   background-color: #1AFBCA;
 }
 .BgClassName
 {
   background-color: #1AFBCA;
 }
</style>
border-color css

<style>
 span { border-color: #1AFBCA; }

 span { border-color: rgb(26,251,202); }

 td.TdClassName
 {
   border-color: #1AFBCA;
 }
 .TagClassName
 {
   border-color: #1AFBCA;
 }
</style>