Html Css Color HEX #7EE8DF Turquoise Blue

📋 copy color: '#7EE8DF'

red 126 ◦ green 232 ◦ blue 223

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

Shades of Turquoise Blue #7EE8DF

Tints of Turquoise Blue #7EE8DF

RGB

 RED value IS 126 (49.61% from 255) = 21.69%

 GREEN value IS 232 (91.02% from 255) = 39.93%

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

R = 21.69%
G = 39.93%
B = 38.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#7EE8DF (or 0x7EE8DF) is known color: Turquoise Blue. HEX triplet: 7E, E8 and DF. RGB value is (126,232,223). Sum of RGB (Red+Green+Blue) = 126+232+223=581 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.69% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 232 - color contains mainly: green. Hex color #7EE8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EE8DF is #811720. Grayscale: #C7C7C7. Windows color (decimal): -8460065 or 14674046. OLE color: 14674046.

HSL color Cylindrical-coordinate representation of color #7EE8DF: hue angle of 174.91º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE8DF is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 126 232 223 -
CMYK 0.46 0 0.04 0.09
HSL 174.91º 0.7% 0.7% -
HSV(B) 174.91º 0.46% 0.91% -
XYZ 50.78 67.48 80.16 -
YUV 199.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 126 232 223 0.46 0 0.04 0.09 174.91 0.7 0.7
Hex 7E E8 DF 2E 0 4 9 AF 46 46
Octal 176 350 337 56 0 4 11 257 106 106
Binary 1111110 11101000 11011111 101110 0 100 1001 10101111 1000110 1000110

Color Harmonies of #7EE8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE8DF

Black with #7EE8DF

Text Example


Text Example

White with #7EE8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EE8DF; }

 p { color: rgb(126,232,223); }

 H1.HeaderClassName
 {
   color: #7EE8DF;
 }
 .AnyTagClassName
 {
   color: #7EE8DF;
 }
</style>

background-color css

<style>
 a { background-color: #7EE8DF; }

 a { background-color: rgb(126,232,223); }

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

border-color css

<style>
 span { border-color: #7EE8DF; }

 span { border-color: rgb(126,232,223); }

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