Html Css Color HEX #7DDFDB Turquoise Blue

📋 copy color: '#7DDFDB'

red 125 ◦ green 223 ◦ blue 219

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

Shades of Turquoise Blue #7DDFDB

Tints of Turquoise Blue #7DDFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 22.05%
G = 39.33%
B = 38.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#7DDFDB (or 0x7DDFDB) is known color: Turquoise Blue. HEX triplet: 7D, DF and DB. RGB value is (125,223,219). Sum of RGB (Red+Green+Blue) = 125+223+219=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFDB is #822024. Grayscale: #C1C1C1. Windows color (decimal): -8527909 or 14409597. OLE color: 14409597.

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

Color convert

RGB 125 223 219 -
CMYK 0.44 0 0.02 0.13
HSL 177.55º 0.6% 0.68% -
HSV(B) 177.55º 0.44% 0.87% -
XYZ 47.63 62.25 76.52 -
YUV 193.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 125 223 219 0.44 0 0.02 0.13 177.55 0.6 0.68
Hex 7D DF DB 2C 0 2 D B2 3C 44
Octal 175 337 333 54 0 2 15 262 74 104
Binary 1111101 11011111 11011011 101100 0 10 1101 10110010 111100 1000100

Color Harmonies of #7DDFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDFDB

Black with #7DDFDB

Text Example


Text Example

White with #7DDFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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