Html Css Color HEX #24CFC9 Turquoise

📋 copy color: '#24CFC9'

red 36 ◦ green 207 ◦ blue 201

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

Shades of Turquoise #24CFC9

Tints of Turquoise #24CFC9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.62%

 BLUE value IS 201 (78.91% from 255) = 45.27%

R = 8.11%
G = 46.62%
B = 45.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#24CFC9 (or 0x24CFC9) is known color: Turquoise. HEX triplet: 24, CF and C9. RGB value is (36,207,201). Sum of RGB (Red+Green+Blue) = 36+207+201=444 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.11% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #24CFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFC9 is #DB3036. Grayscale: #9B9B9B. Windows color (decimal): -14364727 or 13225764. OLE color: 13225764.

HSL color Cylindrical-coordinate representation of color #24CFC9: hue angle of 177.89º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CFC9 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 207 201 -
CMYK 0.83 0 0.03 0.19
HSL 177.89º 0.7% 0.48% -
HSV(B) 177.89º 0.83% 0.81% -
XYZ 33.58 49.22 62.99 -
YUV 155.19 153.85 42.99 -
System Red Green Blue C M Y K H S L
Decimal 36 207 201 0.83 0 0.03 0.19 177.89 0.7 0.48
Hex 24 CF C9 53 0 3 13 B2 46 30
Octal 44 317 311 123 0 3 23 262 106 60
Binary 100100 11001111 11001001 1010011 0 11 10011 10110010 1000110 110000

Color Harmonies of #24CFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CFC9

Black with #24CFC9

Text Example


Text Example

White with #24CFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,207,201); }

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

background-color css

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

 a { background-color: rgb(36,207,201); }

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

border-color css

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

 span { border-color: rgb(36,207,201); }

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