Html Css Color HEX #78D8DF Turquoise Blue

📋 copy color: '#78D8DF'

red 120 ◦ green 216 ◦ blue 223

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

Shades of Turquoise Blue #78D8DF

Tints of Turquoise Blue #78D8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.64%

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

R = 21.47%
G = 38.64%
B = 39.89%

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

#78D8DF (or 0x78D8DF) is known color: Turquoise Blue. HEX triplet: 78, D8 and DF. RGB value is (120,216,223). Sum of RGB (Red+Green+Blue) = 120+216+223=559 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.47% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #78D8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D8DF is #872720. Grayscale: #BBBBBB. Windows color (decimal): -8857377 or 14669944. OLE color: 14669944.

HSL color Cylindrical-coordinate representation of color #78D8DF: hue angle of 184.08º 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 #78D8DF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 216 223 -
CMYK 0.46 0.03 0 0.13
HSL 184.08º 0.62% 0.67% -
HSV(B) 184.08º 0.46% 0.87% -
XYZ 45.62 58.43 78.69 -
YUV 188.09 147.7 79.43 -
System Red Green Blue C M Y K H S L
Decimal 120 216 223 0.46 0.03 0 0.13 184.08 0.62 0.67
Hex 78 D8 DF 2E 3 0 D B8 3E 43
Octal 170 330 337 56 3 0 15 270 76 103
Binary 1111000 11011000 11011111 101110 11 0 1101 10111000 111110 1000011

Color Harmonies of #78D8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D8DF

Black with #78D8DF

Text Example


Text Example

White with #78D8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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