Html Css Color HEX #7DDEDF Turquoise Blue

📋 copy color: '#7DDEDF'

red 125 ◦ green 222 ◦ blue 223

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

Shades of Turquoise Blue #7DDEDF

Tints of Turquoise Blue #7DDEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 21.93%
G = 38.95%
B = 39.12%

CMYK

 C value IS 0.44

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DDEDF (or 0x7DDEDF) is known color: Turquoise Blue. HEX triplet: 7D, DE and DF. RGB value is (125,222,223). Sum of RGB (Red+Green+Blue) = 125+222+223=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDEDF is #822120. Grayscale: #C1C1C1. Windows color (decimal): -8528161 or 14671485. OLE color: 14671485.

HSL color Cylindrical-coordinate representation of color #7DDEDF: hue angle of 180.61º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDEDF is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 222 223 -
CMYK 0.44 0.00 0 0.13
HSL 180.61º 0.6% 0.68% -
HSV(B) 180.61º 0.44% 0.87% -
XYZ 47.9 61.93 79.24 -
YUV 193.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 125 222 223 0.44 0.00 0 0.13 180.61 0.6 0.68
Hex 7D DE DF 2C 0 0 D B5 3C 44
Octal 175 336 337 54 0 0 15 265 74 104
Binary 1111101 11011110 11011111 101100 0 0 1101 10110101 111100 1000100

Color Harmonies of #7DDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDEDF

Black with #7DDEDF

Text Example


Text Example

White with #7DDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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