Html Css Color HEX #7DDFDC Turquoise Blue

📋 copy color: '#7DDFDC'

red 125 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #7DDFDC

Tints of Turquoise Blue #7DDFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 22.01%
G = 39.26%
B = 38.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#7DDFDC (or 0x7DDFDC) is known color: Turquoise Blue. HEX triplet: 7D, DF and DC. RGB value is (125,223,220). Sum of RGB (Red+Green+Blue) = 125+223+220=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFDC is #822023. Grayscale: #C1C1C1. Windows color (decimal): -8527908 or 14475133. OLE color: 14475133.

HSL color Cylindrical-coordinate representation of color #7DDFDC: hue angle of 178.16º 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 #7DDFDC is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 223 220 -
CMYK 0.44 0 0.01 0.13
HSL 178.16º 0.6% 0.68% -
HSV(B) 178.16º 0.44% 0.87% -
XYZ 47.76 62.3 77.22 -
YUV 193.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 125 223 220 0.44 0 0.01 0.13 178.16 0.6 0.68
Hex 7D DF DC 2C 0 1 D B2 3C 44
Octal 175 337 334 54 0 1 15 262 74 104
Binary 1111101 11011111 11011100 101100 0 1 1101 10110010 111100 1000100

Color Harmonies of #7DDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDFDC

Black with #7DDFDC

Text Example


Text Example

White with #7DDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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