Html Css Color HEX #72D3EE Turquoise Blue

📋 copy color: '#72D3EE'

red 114 ◦ green 211 ◦ blue 238

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

Shades of Turquoise Blue #72D3EE

Tints of Turquoise Blue #72D3EE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.48%

 BLUE value IS 238 (93.36% from 255) = 42.27%

R = 20.25%
G = 37.48%
B = 42.27%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#72D3EE (or 0x72D3EE) is known color: Turquoise Blue. HEX triplet: 72, D3 and EE. RGB value is (114,211,238). Sum of RGB (Red+Green+Blue) = 114+211+238=563 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.25% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #72D3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D3EE is #8D2C11. Grayscale: #B8B8B8. Windows color (decimal): -9251858 or 15651698. OLE color: 15651698.

HSL color Cylindrical-coordinate representation of color #72D3EE: hue angle of 193.06º degrees, saturation: 0.78, 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 #72D3EE is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 211 238 -
CMYK 0.52 0.11 0 0.07
HSL 193.06º 0.78% 0.69% -
HSV(B) 193.06º 0.52% 0.93% -
XYZ 45.67 56.34 89.36 -
YUV 185.08 157.86 77.3 -
System Red Green Blue C M Y K H S L
Decimal 114 211 238 0.52 0.11 0 0.07 193.06 0.78 0.69
Hex 72 D3 EE 34 B 0 7 C1 4E 45
Octal 162 323 356 64 13 0 7 301 116 105
Binary 1110010 11010011 11101110 110100 1011 0 111 11000001 1001110 1000101

Color Harmonies of #72D3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D3EE

Black with #72D3EE

Text Example


Text Example

White with #72D3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,211,238); }

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

background-color css

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

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

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

border-color css

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

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

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