Html Css Color HEX #7EDFEC Turquoise Blue

📋 copy color: '#7EDFEC'

red 126 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #7EDFEC

Tints of Turquoise Blue #7EDFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 21.54%
G = 38.12%
B = 40.34%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EDFEC (or 0x7EDFEC) is known color: Turquoise Blue. HEX triplet: 7E, DF and EC. RGB value is (126,223,236). Sum of RGB (Red+Green+Blue) = 126+223+236=585 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.54% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDFEC is #812013. Grayscale: #C3C3C3. Windows color (decimal): -8462356 or 15523710. OLE color: 15523710.

HSL color Cylindrical-coordinate representation of color #7EDFEC: hue angle of 187.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EDFEC is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 223 236 -
CMYK 0.47 0.06 0 0.07
HSL 187.09º 0.74% 0.71% -
HSV(B) 187.09º 0.47% 0.93% -
XYZ 50.13 63.27 88.93 -
YUV 195.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 126 223 236 0.47 0.06 0 0.07 187.09 0.74 0.71
Hex 7E DF EC 2F 6 0 7 BB 4A 47
Octal 176 337 354 57 6 0 7 273 112 107
Binary 1111110 11011111 11101100 101111 110 0 111 10111011 1001010 1000111

Color Harmonies of #7EDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDFEC

Black with #7EDFEC

Text Example


Text Example

White with #7EDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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