Html Css Color HEX #68DBD8 Turquoise Blue

📋 copy color: '#68DBD8'

red 104 ◦ green 219 ◦ blue 216

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

Shades of Turquoise Blue #68DBD8

Tints of Turquoise Blue #68DBD8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 19.29%
G = 40.63%
B = 40.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#68DBD8 (or 0x68DBD8) is known color: Turquoise Blue. HEX triplet: 68, DB and D8. RGB value is (104,219,216). Sum of RGB (Red+Green+Blue) = 104+219+216=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBD8 is #972427. Grayscale: #B8B8B8. Windows color (decimal): -9905192 or 14211944. OLE color: 14211944.

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

Color convert

RGB 104 219 216 -
CMYK 0.53 0 0.01 0.14
HSL 178.43º 0.61% 0.63% -
HSV(B) 178.43º 0.53% 0.86% -
XYZ 43.44 58.56 73.98 -
YUV 184.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 104 219 216 0.53 0 0.01 0.14 178.43 0.61 0.63
Hex 68 DB D8 35 0 1 E B2 3D 3F
Octal 150 333 330 65 0 1 16 262 75 77
Binary 1101000 11011011 11011000 110101 0 1 1110 10110010 111101 111111

Color Harmonies of #68DBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBD8

Black with #68DBD8

Text Example


Text Example

White with #68DBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,219,216); }

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

background-color css

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

 a { background-color: rgb(104,219,216); }

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

border-color css

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

 span { border-color: rgb(104,219,216); }

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