Html Css Color HEX #68D7DD Turquoise Blue

📋 copy color: '#68D7DD'

red 104 ◦ green 215 ◦ blue 221

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

Shades of Turquoise Blue #68D7DD

Tints of Turquoise Blue #68D7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.81%

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 19.26%
G = 39.81%
B = 40.93%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68D7DD (or 0x68D7DD) is known color: Turquoise Blue. HEX triplet: 68, D7 and DD. RGB value is (104,215,221). Sum of RGB (Red+Green+Blue) = 104+215+221=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #68D7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D7DD is #972822. Grayscale: #B6B6B6. Windows color (decimal): -9906211 or 14538600. OLE color: 14538600.

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

Color convert

RGB 104 215 221 -
CMYK 0.53 0.03 0 0.13
HSL 183.08º 0.63% 0.64% -
HSV(B) 183.08º 0.53% 0.87% -
XYZ 43.06 56.76 77.09 -
YUV 182.5 149.73 72.01 -
System Red Green Blue C M Y K H S L
Decimal 104 215 221 0.53 0.03 0 0.13 183.08 0.63 0.64
Hex 68 D7 DD 35 3 0 D B7 3F 40
Octal 150 327 335 65 3 0 15 267 77 100
Binary 1101000 11010111 11011101 110101 11 0 1101 10110111 111111 1000000

Color Harmonies of #68D7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D7DD

Black with #68D7DD

Text Example


Text Example

White with #68D7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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