Html Css Color HEX #77DFDA Turquoise Blue

📋 copy color: '#77DFDA'

red 119 ◦ green 223 ◦ blue 218

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

Shades of Turquoise Blue #77DFDA

Tints of Turquoise Blue #77DFDA

RGB

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

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

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

R = 21.25%
G = 39.82%
B = 38.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#77DFDA (or 0x77DFDA) is known color: Turquoise Blue. HEX triplet: 77, DF and DA. RGB value is (119,223,218). Sum of RGB (Red+Green+Blue) = 119+223+218=560 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.25% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #77DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DFDA is #882025. Grayscale: #BFBFBF. Windows color (decimal): -8921126 or 14344055. OLE color: 14344055.

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

Color convert

RGB 119 223 218 -
CMYK 0.47 0 0.02 0.13
HSL 177.12º 0.62% 0.67% -
HSV(B) 177.12º 0.47% 0.87% -
XYZ 46.65 61.76 75.79 -
YUV 191.33 143.04 76.41 -
System Red Green Blue C M Y K H S L
Decimal 119 223 218 0.47 0 0.02 0.13 177.12 0.62 0.67
Hex 77 DF DA 2F 0 2 D B1 3E 43
Octal 167 337 332 57 0 2 15 261 76 103
Binary 1110111 11011111 11011010 101111 0 10 1101 10110001 111110 1000011

Color Harmonies of #77DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DFDA

Black with #77DFDA

Text Example


Text Example

White with #77DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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