Html Css Color HEX #7DDFEC Turquoise Blue

📋 copy color: '#7DDFEC'

red 125 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #7DDFEC

Tints of Turquoise Blue #7DDFEC

RGB

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

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

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

R = 21.4%
G = 38.18%
B = 40.41%

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

#7DDFEC (or 0x7DDFEC) is known color: Turquoise Blue. HEX triplet: 7D, DF and EC. RGB value is (125,223,236). Sum of RGB (Red+Green+Blue) = 125+223+236=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDFEC is #822013. Grayscale: #C3C3C3. Windows color (decimal): -8527892 or 15523709. OLE color: 15523709.

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

Color convert

RGB 125 223 236 -
CMYK 0.47 0.06 0 0.07
HSL 187.03º 0.74% 0.71% -
HSV(B) 187.03º 0.47% 0.93% -
XYZ 49.99 63.19 88.92 -
YUV 195.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 125 223 236 0.47 0.06 0 0.07 187.03 0.74 0.71
Hex 7D DF EC 2F 6 0 7 BB 4A 47
Octal 175 337 354 57 6 0 7 273 112 107
Binary 1111101 11011111 11101100 101111 110 0 111 10111011 1001010 1000111

Color Harmonies of #7DDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDFEC

Black with #7DDFEC

Text Example


Text Example

White with #7DDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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