Html Css Color HEX #24C2CA Iris Blue

📋 copy color: '#24C2CA'

red 36 ◦ green 194 ◦ blue 202

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

Shades of Iris Blue #24C2CA

Tints of Iris Blue #24C2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.91%

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 8.33%
G = 44.91%
B = 46.76%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#24C2CA (or 0x24C2CA) is known color: Iris Blue. HEX triplet: 24, C2 and CA. RGB value is (36,194,202). Sum of RGB (Red+Green+Blue) = 36+194+202=432 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.33% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #24C2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24C2CA is #DB3D35. Grayscale: #939393. Windows color (decimal): -14368054 or 13287972. OLE color: 13287972.

HSL color Cylindrical-coordinate representation of color #24C2CA: hue angle of 182.89º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24C2CA is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 194 202 -
CMYK 0.82 0.04 0 0.21
HSL 182.89º 0.7% 0.47% -
HSV(B) 182.89º 0.82% 0.79% -
XYZ 30.68 43.22 62.6 -
YUV 147.67 158.65 48.35 -
System Red Green Blue C M Y K H S L
Decimal 36 194 202 0.82 0.04 0 0.21 182.89 0.7 0.47
Hex 24 C2 CA 52 4 0 15 B7 46 2F
Octal 44 302 312 122 4 0 25 267 106 57
Binary 100100 11000010 11001010 1010010 100 0 10101 10110111 1000110 101111

Color Harmonies of #24C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24C2CA

Black with #24C2CA

Text Example


Text Example

White with #24C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,194,202); }

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

background-color css

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

 a { background-color: rgb(36,194,202); }

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

border-color css

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

 span { border-color: rgb(36,194,202); }

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