Html Css Color HEX #78EBE7 Turquoise Blue

📋 copy color: '#78EBE7'

red 120 ◦ green 235 ◦ blue 231

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

Shades of Turquoise Blue #78EBE7

Tints of Turquoise Blue #78EBE7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.1%

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

R = 20.48%
G = 40.1%
B = 39.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#78EBE7 (or 0x78EBE7) is known color: Turquoise Blue. HEX triplet: 78, EB and E7. RGB value is (120,235,231). Sum of RGB (Red+Green+Blue) = 120+235+231=586 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.48% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #78EBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EBE7 is #871418. Grayscale: #C8C8C8. Windows color (decimal): -8852505 or 15199096. OLE color: 15199096.

HSL color Cylindrical-coordinate representation of color #78EBE7: hue angle of 177.91º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EBE7 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 235 231 -
CMYK 0.49 0 0.02 0.08
HSL 177.91º 0.74% 0.7% -
HSV(B) 177.91º 0.49% 0.92% -
XYZ 51.88 69.18 86.22 -
YUV 200.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 120 235 231 0.49 0 0.02 0.08 177.91 0.74 0.7
Hex 78 EB E7 31 0 2 8 B2 4A 46
Octal 170 353 347 61 0 2 10 262 112 106
Binary 1111000 11101011 11100111 110001 0 10 1000 10110010 1001010 1000110

Color Harmonies of #78EBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EBE7

Black with #78EBE7

Text Example


Text Example

White with #78EBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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