Html Css Color HEX #7DDDEB Turquoise Blue

📋 copy color: '#7DDDEB'

red 125 ◦ green 221 ◦ blue 235

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

Shades of Turquoise Blue #7DDDEB

Tints of Turquoise Blue #7DDDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.04%

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 21.51%
G = 38.04%
B = 40.45%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DDDEB (or 0x7DDDEB) is known color: Turquoise Blue. HEX triplet: 7D, DD and EB. RGB value is (125,221,235). Sum of RGB (Red+Green+Blue) = 125+221+235=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DDDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDDEB is #822214. Grayscale: #C1C1C1. Windows color (decimal): -8528405 or 15457661. OLE color: 15457661.

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

Color convert

RGB 125 221 235 -
CMYK 0.47 0.06 0 0.08
HSL 187.64º 0.73% 0.71% -
HSV(B) 187.64º 0.47% 0.92% -
XYZ 49.31 62.07 87.98 -
YUV 193.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 125 221 235 0.47 0.06 0 0.08 187.64 0.73 0.71
Hex 7D DD EB 2F 6 0 8 BC 49 47
Octal 175 335 353 57 6 0 10 274 111 107
Binary 1111101 11011101 11101011 101111 110 0 1000 10111100 1001001 1000111

Color Harmonies of #7DDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDDEB

Black with #7DDDEB

Text Example


Text Example

White with #7DDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,221,235); }

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

background-color css

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

 a { background-color: rgb(125,221,235); }

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

border-color css

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

 span { border-color: rgb(125,221,235); }

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