Html Css Color HEX #24F1CE Turquoise

📋 copy color: '#24F1CE'

red 36 ◦ green 241 ◦ blue 206

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

Shades of Turquoise #24F1CE

Tints of Turquoise #24F1CE

RGB

 RED value IS 36 (14.45% from 255) = 7.45%

 GREEN value IS 241 (94.53% from 255) = 49.9%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 7.45%
G = 49.9%
B = 42.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#24F1CE (or 0x24F1CE) is known color: Turquoise. HEX triplet: 24, F1 and CE. RGB value is (36,241,206). Sum of RGB (Red+Green+Blue) = 36+241+206=483 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.45% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #24F1CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F1CE is #DB0E31. Grayscale: #AFAFAF. Windows color (decimal): -14356018 or 13562148. OLE color: 13562148.

HSL color Cylindrical-coordinate representation of color #24F1CE: hue angle of 169.76º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F1CE is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 241 206 -
CMYK 0.85 0 0.15 0.05
HSL 169.76º 0.88% 0.54% -
HSV(B) 169.76º 0.85% 0.95% -
XYZ 43.32 67.74 69.18 -
YUV 175.72 145.08 28.35 -
System Red Green Blue C M Y K H S L
Decimal 36 241 206 0.85 0 0.15 0.05 169.76 0.88 0.54
Hex 24 F1 CE 55 0 F 5 AA 58 36
Octal 44 361 316 125 0 17 5 252 130 66
Binary 100100 11110001 11001110 1010101 0 1111 101 10101010 1011000 110110

Color Harmonies of #24F1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F1CE

Black with #24F1CE

Text Example


Text Example

White with #24F1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24F1CE; }

 p { color: rgb(36,241,206); }

 H1.HeaderClassName
 {
   color: #24F1CE;
 }
 .AnyTagClassName
 {
   color: #24F1CE;
 }
</style>

background-color css

<style>
 a { background-color: #24F1CE; }

 a { background-color: rgb(36,241,206); }

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

border-color css

<style>
 span { border-color: #24F1CE; }

 span { border-color: rgb(36,241,206); }

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