Html Css Color HEX #68DBD4 Turquoise Blue

📋 copy color: '#68DBD4'

red 104 ◦ green 219 ◦ blue 212

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

Shades of Turquoise Blue #68DBD4

Tints of Turquoise Blue #68DBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.63%

R = 19.44%
G = 40.93%
B = 39.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#68DBD4 (or 0x68DBD4) is known color: Turquoise Blue. HEX triplet: 68, DB and D4. RGB value is (104,219,212). Sum of RGB (Red+Green+Blue) = 104+219+212=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBD4 is #97242B. Grayscale: #B7B7B7. Windows color (decimal): -9905196 or 13949800. OLE color: 13949800.

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

Color convert

RGB 104 219 212 -
CMYK 0.53 0 0.03 0.14
HSL 176.35º 0.61% 0.63% -
HSV(B) 176.35º 0.53% 0.86% -
XYZ 42.92 58.36 71.29 -
YUV 183.82 143.9 71.07 -
System Red Green Blue C M Y K H S L
Decimal 104 219 212 0.53 0 0.03 0.14 176.35 0.61 0.63
Hex 68 DB D4 35 0 3 E B0 3D 3F
Octal 150 333 324 65 0 3 16 260 75 77
Binary 1101000 11011011 11010100 110101 0 11 1110 10110000 111101 111111

Color Harmonies of #68DBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBD4

Black with #68DBD4

Text Example


Text Example

White with #68DBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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