Html Css Color HEX #68DBDB Turquoise Blue

📋 copy color: '#68DBDB'

red 104 ◦ green 219 ◦ blue 219

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

Shades of Turquoise Blue #68DBDB

Tints of Turquoise Blue #68DBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 19.19%
G = 40.41%
B = 40.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68DBDB (or 0x68DBDB) is known color: Turquoise Blue. HEX triplet: 68, DB and DB. RGB value is (104,219,219). Sum of RGB (Red+Green+Blue) = 104+219+219=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #68DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBDB is #972424. Grayscale: #B8B8B8. Windows color (decimal): -9905189 or 14408552. OLE color: 14408552.

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

Color convert

RGB 104 219 219 -
CMYK 0.53 0 0 0.14
HSL 180º 0.61% 0.63% -
HSV(B) 180º 0.53% 0.86% -
XYZ 43.83 58.72 76.04 -
YUV 184.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 104 219 219 0.53 0 0 0.14 180 0.61 0.63
Hex 68 DB DB 35 0 0 E B4 3D 3F
Octal 150 333 333 65 0 0 16 264 75 77
Binary 1101000 11011011 11011011 110101 0 0 1110 10110100 111101 111111

Color Harmonies of #68DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBDB

Black with #68DBDB

Text Example


Text Example

White with #68DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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