Html Css Color HEX #72ECEC Turquoise Blue

📋 copy color: '#72ECEC'

red 114 ◦ green 236 ◦ blue 236

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

Shades of Turquoise Blue #72ECEC

Tints of Turquoise Blue #72ECEC

RGB

 RED value IS 114 (44.92% from 255) = 19.45%

 GREEN value IS 236 (92.58% from 255) = 40.27%

 BLUE value IS 236 (92.58% from 255) = 40.27%

R = 19.45%
G = 40.27%
B = 40.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#72ECEC (or 0x72ECEC) is known color: Turquoise Blue. HEX triplet: 72, EC and EC. RGB value is (114,236,236). Sum of RGB (Red+Green+Blue) = 114+236+236=586 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.45% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #72ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72ECEC is #8D1313. Grayscale: #C7C7C7. Windows color (decimal): -9245460 or 15527026. OLE color: 15527026.

HSL color Cylindrical-coordinate representation of color #72ECEC: hue angle of 180º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ECEC is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 236 -
CMYK 0.52 0 0 0.07
HSL 180º 0.76% 0.69% -
HSV(B) 180º 0.52% 0.93% -
XYZ 52.08 69.62 90.05 -
YUV 199.52 148.58 67 -
System Red Green Blue C M Y K H S L
Decimal 114 236 236 0.52 0 0 0.07 180 0.76 0.69
Hex 72 EC EC 34 0 0 7 B4 4C 45
Octal 162 354 354 64 0 0 7 264 114 105
Binary 1110010 11101100 11101100 110100 0 0 111 10110100 1001100 1000101

Color Harmonies of #72ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECEC

Black with #72ECEC

Text Example


Text Example

White with #72ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72ECEC; }

 p { color: rgb(114,236,236); }

 H1.HeaderClassName
 {
   color: #72ECEC;
 }
 .AnyTagClassName
 {
   color: #72ECEC;
 }
</style>

background-color css

<style>
 a { background-color: #72ECEC; }

 a { background-color: rgb(114,236,236); }

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

border-color css

<style>
 span { border-color: #72ECEC; }

 span { border-color: rgb(114,236,236); }

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