Html Css Color HEX #78D9DF Turquoise Blue

📋 copy color: '#78D9DF'

red 120 ◦ green 217 ◦ blue 223

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

Shades of Turquoise Blue #78D9DF

Tints of Turquoise Blue #78D9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.75%

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

R = 21.43%
G = 38.75%
B = 39.82%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78D9DF (or 0x78D9DF) is known color: Turquoise Blue. HEX triplet: 78, D9 and DF. RGB value is (120,217,223). Sum of RGB (Red+Green+Blue) = 120+217+223=560 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.43% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #78D9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D9DF is #872620. Grayscale: #BCBCBC. Windows color (decimal): -8857121 or 14670200. OLE color: 14670200.

HSL color Cylindrical-coordinate representation of color #78D9DF: hue angle of 183.5º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78D9DF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 217 223 -
CMYK 0.46 0.03 0 0.13
HSL 183.5º 0.62% 0.67% -
HSV(B) 183.5º 0.46% 0.87% -
XYZ 45.88 58.95 78.77 -
YUV 188.68 147.36 79.01 -
System Red Green Blue C M Y K H S L
Decimal 120 217 223 0.46 0.03 0 0.13 183.5 0.62 0.67
Hex 78 D9 DF 2E 3 0 D B7 3E 43
Octal 170 331 337 56 3 0 15 267 76 103
Binary 1111000 11011001 11011111 101110 11 0 1101 10110111 111110 1000011

Color Harmonies of #78D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D9DF

Black with #78D9DF

Text Example


Text Example

White with #78D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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