Html Css Color HEX #72CFEA Turquoise Blue

📋 copy color: '#72CFEA'

red 114 ◦ green 207 ◦ blue 234

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

Shades of Turquoise Blue #72CFEA

Tints of Turquoise Blue #72CFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 20.54%
G = 37.3%
B = 42.16%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72CFEA (or 0x72CFEA) is known color: Turquoise Blue. HEX triplet: 72, CF and EA. RGB value is (114,207,234). Sum of RGB (Red+Green+Blue) = 114+207+234=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #72CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CFEA is #8D3015. Grayscale: #B6B6B6. Windows color (decimal): -9252886 or 15388530. OLE color: 15388530.

HSL color Cylindrical-coordinate representation of color #72CFEA: hue angle of 193.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72CFEA is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 207 234 -
CMYK 0.51 0.12 0 0.08
HSL 193.5º 0.74% 0.68% -
HSV(B) 193.5º 0.51% 0.92% -
XYZ 44.1 54.14 85.97 -
YUV 182.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 114 207 234 0.51 0.12 0 0.08 193.5 0.74 0.68
Hex 72 CF EA 33 C 0 8 C2 4A 44
Octal 162 317 352 63 14 0 10 302 112 104
Binary 1110010 11001111 11101010 110011 1100 0 1000 11000010 1001010 1000100

Color Harmonies of #72CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFEA

Black with #72CFEA

Text Example


Text Example

White with #72CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,207,234); }

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

background-color css

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

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

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

border-color css

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

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

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