Html Css Color HEX #68DDD9 Turquoise Blue

📋 copy color: '#68DDD9'

red 104 ◦ green 221 ◦ blue 217

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

Shades of Turquoise Blue #68DDD9

Tints of Turquoise Blue #68DDD9

RGB

 RED value IS 104 (41.02% from 255) = 19.19%

 GREEN value IS 221 (86.72% from 255) = 40.77%

 BLUE value IS 217 (85.16% from 255) = 40.04%

R = 19.19%
G = 40.77%
B = 40.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#68DDD9 (or 0x68DDD9) is known color: Turquoise Blue. HEX triplet: 68, DD and D9. RGB value is (104,221,217). Sum of RGB (Red+Green+Blue) = 104+221+217=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDD9 is #972226. Grayscale: #B9B9B9. Windows color (decimal): -9904679 or 14277992. OLE color: 14277992.

HSL color Cylindrical-coordinate representation of color #68DDD9: hue angle of 177.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DDD9 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 217 -
CMYK 0.53 0 0.02 0.13
HSL 177.95º 0.63% 0.64% -
HSV(B) 177.95º 0.53% 0.87% -
XYZ 44.09 59.67 74.84 -
YUV 185.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 104 221 217 0.53 0 0.02 0.13 177.95 0.63 0.64
Hex 68 DD D9 35 0 2 D B2 3F 40
Octal 150 335 331 65 0 2 15 262 77 100
Binary 1101000 11011101 11011001 110101 0 10 1101 10110010 111111 1000000

Color Harmonies of #68DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDD9

Black with #68DDD9

Text Example


Text Example

White with #68DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68DDD9; }

 p { color: rgb(104,221,217); }

 H1.HeaderClassName
 {
   color: #68DDD9;
 }
 .AnyTagClassName
 {
   color: #68DDD9;
 }
</style>

background-color css

<style>
 a { background-color: #68DDD9; }

 a { background-color: rgb(104,221,217); }

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

border-color css

<style>
 span { border-color: #68DDD9; }

 span { border-color: rgb(104,221,217); }

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