Html Css Color HEX #77DEDA Turquoise Blue

📋 copy color: '#77DEDA'

red 119 ◦ green 222 ◦ blue 218

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

Shades of Turquoise Blue #77DEDA

Tints of Turquoise Blue #77DEDA

RGB

 RED value IS 119 (46.88% from 255) = 21.29%

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 21.29%
G = 39.71%
B = 39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#77DEDA (or 0x77DEDA) is known color: Turquoise Blue. HEX triplet: 77, DE and DA. RGB value is (119,222,218). Sum of RGB (Red+Green+Blue) = 119+222+218=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEDA is #882125. Grayscale: #BEBEBE. Windows color (decimal): -8921382 or 14343799. OLE color: 14343799.

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

Color convert

RGB 119 222 218 -
CMYK 0.46 0 0.02 0.13
HSL 177.67º 0.61% 0.67% -
HSV(B) 177.67º 0.46% 0.87% -
XYZ 46.38 61.23 75.7 -
YUV 190.75 143.38 76.83 -
System Red Green Blue C M Y K H S L
Decimal 119 222 218 0.46 0 0.02 0.13 177.67 0.61 0.67
Hex 77 DE DA 2E 0 2 D B2 3D 43
Octal 167 336 332 56 0 2 15 262 75 103
Binary 1110111 11011110 11011010 101110 0 10 1101 10110010 111101 1000011

Color Harmonies of #77DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DEDA

Black with #77DEDA

Text Example


Text Example

White with #77DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77DEDA; }

 p { color: rgb(119,222,218); }

 H1.HeaderClassName
 {
   color: #77DEDA;
 }
 .AnyTagClassName
 {
   color: #77DEDA;
 }
</style>

background-color css

<style>
 a { background-color: #77DEDA; }

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

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

border-color css

<style>
 span { border-color: #77DEDA; }

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

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