Html Css Color HEX #78E9DD Turquoise Blue

📋 copy color: '#78E9DD'

red 120 ◦ green 233 ◦ blue 221

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

Shades of Turquoise Blue #78E9DD

Tints of Turquoise Blue #78E9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 20.91%
G = 40.59%
B = 38.5%

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

#78E9DD (or 0x78E9DD) is known color: Turquoise Blue. HEX triplet: 78, E9 and DD. RGB value is (120,233,221). Sum of RGB (Red+Green+Blue) = 120+233+221=574 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.91% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #78E9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E9DD is #871622. Grayscale: #C5C5C5. Windows color (decimal): -8853027 or 14543224. OLE color: 14543224.

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

Color convert

RGB 120 233 221 -
CMYK 0.48 0 0.05 0.09
HSL 173.63º 0.72% 0.69% -
HSV(B) 173.63º 0.48% 0.91% -
XYZ 49.94 67.49 78.8 -
YUV 197.85 141.06 72.48 -
System Red Green Blue C M Y K H S L
Decimal 120 233 221 0.48 0 0.05 0.09 173.63 0.72 0.69
Hex 78 E9 DD 30 0 5 9 AE 48 45
Octal 170 351 335 60 0 5 11 256 110 105
Binary 1111000 11101001 11011101 110000 0 101 1001 10101110 1001000 1000101

Color Harmonies of #78E9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E9DD

Black with #78E9DD

Text Example


Text Example

White with #78E9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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