Html Css Color HEX #72DFFF Turquoise Blue

📋 copy color: '#72DFFF'

red 114 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #72DFFF

Tints of Turquoise Blue #72DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.67%

 BLUE value IS 255 (100% from 255) = 43.07%

R = 19.26%
G = 37.67%
B = 43.07%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72DFFF (or 0x72DFFF) is known color: Turquoise Blue. HEX triplet: 72, DF and FF. RGB value is (114,223,255). Sum of RGB (Red+Green+Blue) = 114+223+255=592 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.26% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #72DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DFFF is #8D2000. Grayscale: #C1C1C1. Windows color (decimal): -9248769 or 16768882. OLE color: 16768882.

HSL color Cylindrical-coordinate representation of color #72DFFF: hue angle of 193.62º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72DFFF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 223 255 -
CMYK 0.55 0.13 0 0
HSL 193.62º 1% 0.72% -
HSV(B) 193.62º 0.55% 1% -
XYZ 51.38 63.57 104.17 -
YUV 194.06 162.39 70.9 -
System Red Green Blue C M Y K H S L
Decimal 114 223 255 0.55 0.13 0 0 193.62 1 0.72
Hex 72 DF FF 37 D 0 0 C2 64 48
Octal 162 337 377 67 15 0 0 302 144 110
Binary 1110010 11011111 11111111 110111 1101 0 0 11000010 1100100 1001000

Color Harmonies of #72DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DFFF

Black with #72DFFF

Text Example


Text Example

White with #72DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,223,255); }

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

background-color css

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

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

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

border-color css

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

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

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