Html Css Color HEX #78DEDE Turquoise Blue

📋 copy color: '#78DEDE'

red 120 ◦ green 222 ◦ blue 222

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

Shades of Turquoise Blue #78DEDE

Tints of Turquoise Blue #78DEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 21.28%
G = 39.36%
B = 39.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78DEDE (or 0x78DEDE) is known color: Turquoise Blue. HEX triplet: 78, DE and DE. RGB value is (120,222,222). Sum of RGB (Red+Green+Blue) = 120+222+222=564 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.28% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #78DEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DEDE is #872121. Grayscale: #BFBFBF. Windows color (decimal): -8855842 or 14605944. OLE color: 14605944.

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

Color convert

RGB 120 222 222 -
CMYK 0.46 0 0 0.13
HSL 180º 0.61% 0.67% -
HSV(B) 180º 0.46% 0.87% -
XYZ 47.05 61.51 78.5 -
YUV 191.5 145.21 77 -
System Red Green Blue C M Y K H S L
Decimal 120 222 222 0.46 0 0 0.13 180 0.61 0.67
Hex 78 DE DE 2E 0 0 D B4 3D 43
Octal 170 336 336 56 0 0 15 264 75 103
Binary 1111000 11011110 11011110 101110 0 0 1101 10110100 111101 1000011

Color Harmonies of #78DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DEDE

Black with #78DEDE

Text Example


Text Example

White with #78DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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