Html Css Color HEX #78DEDF Turquoise Blue

📋 copy color: '#78DEDF'

red 120 ◦ green 222 ◦ blue 223

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

Shades of Turquoise Blue #78DEDF

Tints of Turquoise Blue #78DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.29%

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

R = 21.24%
G = 39.29%
B = 39.47%

CMYK

 C value IS 0.46

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78DEDF (or 0x78DEDF) is known color: Turquoise Blue. HEX triplet: 78, DE and DF. RGB value is (120,222,223). Sum of RGB (Red+Green+Blue) = 120+222+223=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #78DEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DEDF is #872120. Grayscale: #BFBFBF. Windows color (decimal): -8855841 or 14671480. OLE color: 14671480.

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

Color convert

RGB 120 222 223 -
CMYK 0.46 0.00 0 0.13
HSL 180.58º 0.62% 0.67% -
HSV(B) 180.58º 0.46% 0.87% -
XYZ 47.19 61.56 79.21 -
YUV 191.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 120 222 223 0.46 0.00 0 0.13 180.58 0.62 0.67
Hex 78 DE DF 2E 0 0 D B5 3E 43
Octal 170 336 337 56 0 0 15 265 76 103
Binary 1111000 11011110 11011111 101110 0 0 1101 10110101 111110 1000011

Color Harmonies of #78DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DEDF

Black with #78DEDF

Text Example


Text Example

White with #78DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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