Html Css Color HEX #78E6DF Turquoise Blue

📋 copy color: '#78E6DF'

red 120 ◦ green 230 ◦ blue 223

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

Shades of Turquoise Blue #78E6DF

Tints of Turquoise Blue #78E6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.14%

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 20.94%
G = 40.14%
B = 38.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#78E6DF (or 0x78E6DF) is known color: Turquoise Blue. HEX triplet: 78, E6 and DF. RGB value is (120,230,223). Sum of RGB (Red+Green+Blue) = 120+230+223=573 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.94% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #78E6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E6DF is #871920. Grayscale: #C4C4C4. Windows color (decimal): -8853793 or 14673528. OLE color: 14673528.

HSL color Cylindrical-coordinate representation of color #78E6DF: hue angle of 176.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E6DF is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 230 223 -
CMYK 0.48 0 0.03 0.10
HSL 176.18º 0.69% 0.69% -
HSV(B) 176.18º 0.48% 0.9% -
XYZ 49.36 65.91 79.93 -
YUV 196.31 143.06 73.57 -
System Red Green Blue C M Y K H S L
Decimal 120 230 223 0.48 0 0.03 0.10 176.18 0.69 0.69
Hex 78 E6 DF 30 0 3 A B0 45 45
Octal 170 346 337 60 0 3 12 260 105 105
Binary 1111000 11100110 11011111 110000 0 11 1010 10110000 1000101 1000101

Color Harmonies of #78E6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78E6DF

Black with #78E6DF

Text Example


Text Example

White with #78E6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,230,223); }

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

background-color css

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

 a { background-color: rgb(120,230,223); }

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

border-color css

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

 span { border-color: rgb(120,230,223); }

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