Html Css Color HEX #78EDE5 Turquoise Blue

📋 copy color: '#78EDE5'

red 120 ◦ green 237 ◦ blue 229

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

Shades of Turquoise Blue #78EDE5

Tints of Turquoise Blue #78EDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.44%

 BLUE value IS 229 (89.84% from 255) = 39.08%

R = 20.48%
G = 40.44%
B = 39.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#78EDE5 (or 0x78EDE5) is known color: Turquoise Blue. HEX triplet: 78, ED and E5. RGB value is (120,237,229). Sum of RGB (Red+Green+Blue) = 120+237+229=586 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.48% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EDE5 is #87121A. Grayscale: #C9C9C9. Windows color (decimal): -8851995 or 15068536. OLE color: 15068536.

HSL color Cylindrical-coordinate representation of color #78EDE5: hue angle of 175.9º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EDE5 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 237 229 -
CMYK 0.49 0 0.03 0.07
HSL 175.9º 0.76% 0.7% -
HSV(B) 175.9º 0.49% 0.93% -
XYZ 52.17 70.22 84.93 -
YUV 201.11 143.74 70.15 -
System Red Green Blue C M Y K H S L
Decimal 120 237 229 0.49 0 0.03 0.07 175.9 0.76 0.7
Hex 78 ED E5 31 0 3 7 B0 4C 46
Octal 170 355 345 61 0 3 7 260 114 106
Binary 1111000 11101101 11100101 110001 0 11 111 10110000 1001100 1000110

Color Harmonies of #78EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EDE5

Black with #78EDE5

Text Example


Text Example

White with #78EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,237,229); }

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

background-color css

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

 a { background-color: rgb(120,237,229); }

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

border-color css

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

 span { border-color: rgb(120,237,229); }

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