Html Css Color HEX #7DDDEE Turquoise Blue

📋 copy color: '#7DDDEE'

red 125 ◦ green 221 ◦ blue 238

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

Shades of Turquoise Blue #7DDDEE

Tints of Turquoise Blue #7DDDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 21.4%
G = 37.84%
B = 40.75%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DDDEE (or 0x7DDDEE) is known color: Turquoise Blue. HEX triplet: 7D, DD and EE. RGB value is (125,221,238). Sum of RGB (Red+Green+Blue) = 125+221+238=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DDDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDDEE is #822211. Grayscale: #C2C2C2. Windows color (decimal): -8528402 or 15654269. OLE color: 15654269.

HSL color Cylindrical-coordinate representation of color #7DDDEE: hue angle of 189.03º degrees, saturation: 0.77, 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 #7DDDEE is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 221 238 -
CMYK 0.47 0.07 0 0.07
HSL 189.03º 0.77% 0.71% -
HSV(B) 189.03º 0.47% 0.93% -
XYZ 49.75 62.25 90.28 -
YUV 194.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 125 221 238 0.47 0.07 0 0.07 189.03 0.77 0.71
Hex 7D DD EE 2F 7 0 7 BD 4D 47
Octal 175 335 356 57 7 0 7 275 115 107
Binary 1111101 11011101 11101110 101111 111 0 111 10111101 1001101 1000111

Color Harmonies of #7DDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDDEE

Black with #7DDDEE

Text Example


Text Example

White with #7DDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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