Html Css Color HEX #68DBD3 Turquoise Blue

📋 copy color: '#68DBD3'

red 104 ◦ green 219 ◦ blue 211

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

Shades of Turquoise Blue #68DBD3

Tints of Turquoise Blue #68DBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.51%

R = 19.48%
G = 41.01%
B = 39.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#68DBD3 (or 0x68DBD3) is known color: Turquoise Blue. HEX triplet: 68, DB and D3. RGB value is (104,219,211). Sum of RGB (Red+Green+Blue) = 104+219+211=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBD3 is #97242C. Grayscale: #B7B7B7. Windows color (decimal): -9905197 or 13884264. OLE color: 13884264.

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

Color convert

RGB 104 219 211 -
CMYK 0.53 0 0.04 0.14
HSL 175.83º 0.61% 0.63% -
HSV(B) 175.83º 0.53% 0.86% -
XYZ 42.8 58.31 70.63 -
YUV 183.7 143.4 71.15 -
System Red Green Blue C M Y K H S L
Decimal 104 219 211 0.53 0 0.04 0.14 175.83 0.61 0.63
Hex 68 DB D3 35 0 4 E B0 3D 3F
Octal 150 333 323 65 0 4 16 260 75 77
Binary 1101000 11011011 11010011 110101 0 100 1110 10110000 111101 111111

Color Harmonies of #68DBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBD3

Black with #68DBD3

Text Example


Text Example

White with #68DBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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