Html Css Color HEX #7DDEEE Turquoise Blue

📋 copy color: '#7DDEEE'

red 125 ◦ green 222 ◦ blue 238

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

Shades of Turquoise Blue #7DDEEE

Tints of Turquoise Blue #7DDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.95%

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

R = 21.37%
G = 37.95%
B = 40.68%

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

#7DDEEE (or 0x7DDEEE) is known color: Turquoise Blue. HEX triplet: 7D, DE and EE. RGB value is (125,222,238). Sum of RGB (Red+Green+Blue) = 125+222+238=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDEEE is #822111. Grayscale: #C2C2C2. Windows color (decimal): -8528146 or 15654525. OLE color: 15654525.

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

Color convert

RGB 125 222 238 -
CMYK 0.47 0.07 0 0.07
HSL 188.5º 0.77% 0.71% -
HSV(B) 188.5º 0.47% 0.93% -
XYZ 50.01 62.78 90.37 -
YUV 194.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 125 222 238 0.47 0.07 0 0.07 188.5 0.77 0.71
Hex 7D DE EE 2F 7 0 7 BC 4D 47
Octal 175 336 356 57 7 0 7 274 115 107
Binary 1111101 11011110 11101110 101111 111 0 111 10111100 1001101 1000111

Color Harmonies of #7DDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDEEE

Black with #7DDEEE

Text Example


Text Example

White with #7DDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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