Html Css Color HEX #68DDD5 Turquoise Blue

📋 copy color: '#68DDD5'

red 104 ◦ green 221 ◦ blue 213

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

Shades of Turquoise Blue #68DDD5

Tints of Turquoise Blue #68DDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.59%

R = 19.33%
G = 41.08%
B = 39.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#68DDD5 (or 0x68DDD5) is known color: Turquoise Blue. HEX triplet: 68, DD and D5. RGB value is (104,221,213). Sum of RGB (Red+Green+Blue) = 104+221+213=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDD5 is #97222A. Grayscale: #B9B9B9. Windows color (decimal): -9904683 or 14015848. OLE color: 14015848.

HSL color Cylindrical-coordinate representation of color #68DDD5: hue angle of 175.9º 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 #68DDD5 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 213 -
CMYK 0.53 0 0.04 0.13
HSL 175.9º 0.63% 0.64% -
HSV(B) 175.9º 0.53% 0.87% -
XYZ 43.58 59.46 72.13 -
YUV 185.11 143.74 70.15 -
System Red Green Blue C M Y K H S L
Decimal 104 221 213 0.53 0 0.04 0.13 175.9 0.63 0.64
Hex 68 DD D5 35 0 4 D B0 3F 40
Octal 150 335 325 65 0 4 15 260 77 100
Binary 1101000 11011101 11010101 110101 0 100 1101 10110000 111111 1000000

Color Harmonies of #68DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDD5

Black with #68DDD5

Text Example


Text Example

White with #68DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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