Html Css Color HEX #78D5E7 Turquoise Blue

📋 copy color: '#78D5E7'

red 120 ◦ green 213 ◦ blue 231

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

Shades of Turquoise Blue #78D5E7

Tints of Turquoise Blue #78D5E7

RGB

 RED value IS 120 (47.27% from 255) = 21.28%

 GREEN value IS 213 (83.59% from 255) = 37.77%

 BLUE value IS 231 (90.63% from 255) = 40.96%

R = 21.28%
G = 37.77%
B = 40.96%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#78D5E7 (or 0x78D5E7) is known color: Turquoise Blue. HEX triplet: 78, D5 and E7. RGB value is (120,213,231). Sum of RGB (Red+Green+Blue) = 120+213+231=564 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.28% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #78D5E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D5E7 is #872A18. Grayscale: #BBBBBB. Windows color (decimal): -8858137 or 15193464. OLE color: 15193464.

HSL color Cylindrical-coordinate representation of color #78D5E7: hue angle of 189.73º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78D5E7 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 120 213 231 -
CMYK 0.48 0.08 0 0.09
HSL 189.73º 0.7% 0.69% -
HSV(B) 189.73º 0.48% 0.91% -
XYZ 45.96 57.35 84.25 -
YUV 187.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 120 213 231 0.48 0.08 0 0.09 189.73 0.7 0.69
Hex 78 D5 E7 30 8 0 9 BE 46 45
Octal 170 325 347 60 10 0 11 276 106 105
Binary 1111000 11010101 11100111 110000 1000 0 1001 10111110 1000110 1000101

Color Harmonies of #78D5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D5E7

Black with #78D5E7

Text Example


Text Example

White with #78D5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78D5E7; }

 p { color: rgb(120,213,231); }

 H1.HeaderClassName
 {
   color: #78D5E7;
 }
 .AnyTagClassName
 {
   color: #78D5E7;
 }
</style>

background-color css

<style>
 a { background-color: #78D5E7; }

 a { background-color: rgb(120,213,231); }

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

border-color css

<style>
 span { border-color: #78D5E7; }

 span { border-color: rgb(120,213,231); }

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