Html Css Color HEX #7DEAE8 Turquoise Blue

📋 copy color: '#7DEAE8'

red 125 ◦ green 234 ◦ blue 232

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

Shades of Turquoise Blue #7DEAE8

Tints of Turquoise Blue #7DEAE8

RGB

 RED value IS 125 (49.22% from 255) = 21.15%

 GREEN value IS 234 (91.8% from 255) = 39.59%

 BLUE value IS 232 (91.02% from 255) = 39.26%

R = 21.15%
G = 39.59%
B = 39.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#7DEAE8 (or 0x7DEAE8) is known color: Turquoise Blue. HEX triplet: 7D, EA and E8. RGB value is (125,234,232). Sum of RGB (Red+Green+Blue) = 125+234+232=591 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.15% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAE8 is #821517. Grayscale: #C9C9C9. Windows color (decimal): -8525080 or 15264381. OLE color: 15264381.

HSL color Cylindrical-coordinate representation of color #7DEAE8: hue angle of 178.9º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEAE8 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 234 232 -
CMYK 0.47 0 0.01 0.08
HSL 178.9º 0.72% 0.7% -
HSV(B) 178.9º 0.47% 0.92% -
XYZ 52.45 69.03 86.9 -
YUV 201.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 125 234 232 0.47 0 0.01 0.08 178.9 0.72 0.7
Hex 7D EA E8 2F 0 1 8 B3 48 46
Octal 175 352 350 57 0 1 10 263 110 106
Binary 1111101 11101010 11101000 101111 0 1 1000 10110011 1001000 1000110

Color Harmonies of #7DEAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEAE8

Black with #7DEAE8

Text Example


Text Example

White with #7DEAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,234,232); }

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

background-color css

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

 a { background-color: rgb(125,234,232); }

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

border-color css

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

 span { border-color: rgb(125,234,232); }

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