Html Css Color HEX #78E9DE Turquoise Blue

📋 copy color: '#78E9DE'

red 120 ◦ green 233 ◦ blue 222

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

Shades of Turquoise Blue #78E9DE

Tints of Turquoise Blue #78E9DE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.52%

 BLUE value IS 222 (87.11% from 255) = 38.61%

R = 20.87%
G = 40.52%
B = 38.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#78E9DE (or 0x78E9DE) is known color: Turquoise Blue. HEX triplet: 78, E9 and DE. RGB value is (120,233,222). Sum of RGB (Red+Green+Blue) = 120+233+222=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #78E9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E9DE is #871621. Grayscale: #C5C5C5. Windows color (decimal): -8853026 or 14608760. OLE color: 14608760.

HSL color Cylindrical-coordinate representation of color #78E9DE: hue angle of 174.16º degrees, saturation: 0.72, 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 #78E9DE is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 120 233 222 -
CMYK 0.48 0 0.05 0.09
HSL 174.16º 0.72% 0.69% -
HSV(B) 174.16º 0.48% 0.91% -
XYZ 50.07 67.54 79.51 -
YUV 197.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 120 233 222 0.48 0 0.05 0.09 174.16 0.72 0.69
Hex 78 E9 DE 30 0 5 9 AE 48 45
Octal 170 351 336 60 0 5 11 256 110 105
Binary 1111000 11101001 11011110 110000 0 101 1001 10101110 1001000 1000101

Color Harmonies of #78E9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E9DE

Black with #78E9DE

Text Example


Text Example

White with #78E9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,233,222); }

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

background-color css

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

 a { background-color: rgb(120,233,222); }

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

border-color css

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

 span { border-color: rgb(120,233,222); }

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