Html Css Color HEX #72CFE9 Turquoise Blue

📋 copy color: '#72CFE9'

red 114 ◦ green 207 ◦ blue 233

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

Shades of Turquoise Blue #72CFE9

Tints of Turquoise Blue #72CFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.06%

R = 20.58%
G = 37.36%
B = 42.06%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#72CFE9 (or 0x72CFE9) is known color: Turquoise Blue. HEX triplet: 72, CF and E9. RGB value is (114,207,233). Sum of RGB (Red+Green+Blue) = 114+207+233=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #72CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CFE9 is #8D3016. Grayscale: #B5B5B5. Windows color (decimal): -9252887 or 15322994. OLE color: 15322994.

HSL color Cylindrical-coordinate representation of color #72CFE9: hue angle of 193.11º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72CFE9 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 207 233 -
CMYK 0.51 0.11 0 0.09
HSL 193.11º 0.73% 0.68% -
HSV(B) 193.11º 0.51% 0.91% -
XYZ 43.96 54.09 85.21 -
YUV 182.16 156.69 79.39 -
System Red Green Blue C M Y K H S L
Decimal 114 207 233 0.51 0.11 0 0.09 193.11 0.73 0.68
Hex 72 CF E9 33 B 0 9 C1 49 44
Octal 162 317 351 63 13 0 11 301 111 104
Binary 1110010 11001111 11101001 110011 1011 0 1001 11000001 1001001 1000100

Color Harmonies of #72CFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFE9

Black with #72CFE9

Text Example


Text Example

White with #72CFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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