Html Css Color HEX #76ECE3 Turquoise Blue

📋 copy color: '#76ECE3'

red 118 ◦ green 236 ◦ blue 227

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

Shades of Turquoise Blue #76ECE3

Tints of Turquoise Blue #76ECE3

RGB

 RED value IS 118 (46.48% from 255) = 20.31%

 GREEN value IS 236 (92.58% from 255) = 40.62%

 BLUE value IS 227 (89.06% from 255) = 39.07%

R = 20.31%
G = 40.62%
B = 39.07%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#76ECE3 (or 0x76ECE3) is known color: Turquoise Blue. HEX triplet: 76, EC and E3. RGB value is (118,236,227). Sum of RGB (Red+Green+Blue) = 118+236+227=581 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.31% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECE3 is #89131C. Grayscale: #C7C7C7. Windows color (decimal): -8983325 or 14937206. OLE color: 14937206.

HSL color Cylindrical-coordinate representation of color #76ECE3: hue angle of 175.42º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECE3 is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 236 227 -
CMYK 0.5 0 0.04 0.07
HSL 175.42º 0.76% 0.69% -
HSV(B) 175.42º 0.5% 0.93% -
XYZ 51.33 69.39 83.36 -
YUV 199.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 118 236 227 0.5 0 0.04 0.07 175.42 0.76 0.69
Hex 76 EC E3 32 0 4 7 AF 4C 45
Octal 166 354 343 62 0 4 7 257 114 105
Binary 1110110 11101100 11100011 110010 0 100 111 10101111 1001100 1000101

Color Harmonies of #76ECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ECE3

Black with #76ECE3

Text Example


Text Example

White with #76ECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76ECE3; }

 p { color: rgb(118,236,227); }

 H1.HeaderClassName
 {
   color: #76ECE3;
 }
 .AnyTagClassName
 {
   color: #76ECE3;
 }
</style>

background-color css

<style>
 a { background-color: #76ECE3; }

 a { background-color: rgb(118,236,227); }

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

border-color css

<style>
 span { border-color: #76ECE3; }

 span { border-color: rgb(118,236,227); }

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