Html Css Color HEX #68DBDA Turquoise Blue

📋 copy color: '#68DBDA'

red 104 ◦ green 219 ◦ blue 218

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

Shades of Turquoise Blue #68DBDA

Tints of Turquoise Blue #68DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 19.22%
G = 40.48%
B = 40.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#68DBDA (or 0x68DBDA) is known color: Turquoise Blue. HEX triplet: 68, DB and DA. RGB value is (104,219,218). Sum of RGB (Red+Green+Blue) = 104+219+218=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBDA is #972425. Grayscale: #B8B8B8. Windows color (decimal): -9905190 or 14343016. OLE color: 14343016.

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

Color convert

RGB 104 219 218 -
CMYK 0.53 0 0.00 0.14
HSL 179.48º 0.61% 0.63% -
HSV(B) 179.48º 0.53% 0.86% -
XYZ 43.7 58.67 75.35 -
YUV 184.5 146.9 70.58 -
System Red Green Blue C M Y K H S L
Decimal 104 219 218 0.53 0 0.00 0.14 179.48 0.61 0.63
Hex 68 DB DA 35 0 0 E B3 3D 3F
Octal 150 333 332 65 0 0 16 263 75 77
Binary 1101000 11011011 11011010 110101 0 0 1110 10110011 111101 111111

Color Harmonies of #68DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBDA

Black with #68DBDA

Text Example


Text Example

White with #68DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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