Html Css Color HEX #68D2DC Turquoise Blue

📋 copy color: '#68D2DC'

red 104 ◦ green 210 ◦ blue 220

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

Shades of Turquoise Blue #68D2DC

Tints of Turquoise Blue #68D2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.33%

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

R = 19.48%
G = 39.33%
B = 41.2%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68D2DC (or 0x68D2DC) is known color: Turquoise Blue. HEX triplet: 68, D2 and DC. RGB value is (104,210,220). Sum of RGB (Red+Green+Blue) = 104+210+220=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #68D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D2DC is #972D23. Grayscale: #B3B3B3. Windows color (decimal): -9907492 or 14471784. OLE color: 14471784.

HSL color Cylindrical-coordinate representation of color #68D2DC: hue angle of 185.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68D2DC is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 210 220 -
CMYK 0.53 0.05 0 0.14
HSL 185.17º 0.62% 0.64% -
HSV(B) 185.17º 0.53% 0.86% -
XYZ 41.67 54.2 75.98 -
YUV 179.45 150.88 74.19 -
System Red Green Blue C M Y K H S L
Decimal 104 210 220 0.53 0.05 0 0.14 185.17 0.62 0.64
Hex 68 D2 DC 35 5 0 E B9 3E 40
Octal 150 322 334 65 5 0 16 271 76 100
Binary 1101000 11010010 11011100 110101 101 0 1110 10111001 111110 1000000

Color Harmonies of #68D2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D2DC

Black with #68D2DC

Text Example


Text Example

White with #68D2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,210,220); }

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

background-color css

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

 a { background-color: rgb(104,210,220); }

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

border-color css

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

 span { border-color: rgb(104,210,220); }

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