Html Css Color HEX #1AF9CC Bright Turquoise

📋 copy color: '#1AF9CC'

red 26 ◦ green 249 ◦ blue 204

#1AF9CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1AF9CC

Tints of Bright Turquoise #1AF9CC

RGB

 RED value IS 26 (10.55% from 255) = 5.43%

 GREEN value IS 249 (97.66% from 255) = 51.98%

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 5.43%
G = 51.98%
B = 42.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#1AF9CC (or 0x1AF9CC) is known color: Bright Turquoise. HEX triplet: 1A, F9 and CC. RGB value is (26,249,204). Sum of RGB (Red+Green+Blue) = 26+249+204=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF9CC is #E50633. Grayscale: #B1B1B1. Windows color (decimal): -15009332 or 13433114. OLE color: 13433114.

HSL color Cylindrical-coordinate representation of color #1AF9CC: hue angle of 167.89º degrees, saturation: 0.95, 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 #1AF9CC is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 249 204 -
CMYK 0.90 0 0.18 0.02
HSL 167.89º 0.95% 0.54% -
HSV(B) 167.89º 0.9% 0.98% -
XYZ 45.2 72.33 68.71 -
YUV 177.19 143.12 20.16 -
System Red Green Blue C M Y K H S L
Decimal 26 249 204 0.90 0 0.18 0.02 167.89 0.95 0.54
Hex 1A F9 CC 5A 0 12 2 A8 5F 36
Octal 32 371 314 132 0 22 2 250 137 66
Binary 11010 11111001 11001100 1011010 0 10010 10 10101000 1011111 110110

Color Harmonies of #1AF9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF9CC

Black with #1AF9CC

Text Example


Text Example

White with #1AF9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,249,204); }

 H1.HeaderClassName
 {
   color: #1AF9CC;
 }
 .AnyTagClassName
 {
   color: #1AF9CC;
 }
</style>

background-color css

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

 a { background-color: rgb(26,249,204); }

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

border-color css

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

 span { border-color: rgb(26,249,204); }

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