Html Css Color HEX #68C9DB Turquoise Blue

📋 copy color: '#68C9DB'

red 104 ◦ green 201 ◦ blue 219

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

Shades of Turquoise Blue #68C9DB

Tints of Turquoise Blue #68C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.36%

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

R = 19.85%
G = 38.36%
B = 41.79%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68C9DB (or 0x68C9DB) is known color: Turquoise Blue. HEX triplet: 68, C9 and DB. RGB value is (104,201,219). Sum of RGB (Red+Green+Blue) = 104+201+219=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #68C9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C9DB is #973624. Grayscale: #ADADAD. Windows color (decimal): -9909797 or 14403944. OLE color: 14403944.

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

Color convert

RGB 104 201 219 -
CMYK 0.53 0.08 0 0.14
HSL 189.39º 0.61% 0.63% -
HSV(B) 189.39º 0.53% 0.86% -
XYZ 39.38 49.83 74.56 -
YUV 174.05 153.36 78.04 -
System Red Green Blue C M Y K H S L
Decimal 104 201 219 0.53 0.08 0 0.14 189.39 0.61 0.63
Hex 68 C9 DB 35 8 0 E BD 3D 3F
Octal 150 311 333 65 10 0 16 275 75 77
Binary 1101000 11001001 11011011 110101 1000 0 1110 10111101 111101 111111

Color Harmonies of #68C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C9DB

Black with #68C9DB

Text Example


Text Example

White with #68C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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