Html Css Color HEX #68C8DC Turquoise Blue

📋 copy color: '#68C8DC'

red 104 ◦ green 200 ◦ blue 220

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

Shades of Turquoise Blue #68C8DC

Tints of Turquoise Blue #68C8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 19.85%
G = 38.17%
B = 41.98%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68C8DC (or 0x68C8DC) is known color: Turquoise Blue. HEX triplet: 68, C8 and DC. RGB value is (104,200,220). Sum of RGB (Red+Green+Blue) = 104+200+220=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #68C8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C8DC is #973723. Grayscale: #ADADAD. Windows color (decimal): -9910052 or 14469224. OLE color: 14469224.

HSL color Cylindrical-coordinate representation of color #68C8DC: hue angle of 190.34º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68C8DC is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 200 220 -
CMYK 0.53 0.09 0 0.14
HSL 190.34º 0.62% 0.64% -
HSV(B) 190.34º 0.53% 0.86% -
XYZ 39.28 49.42 75.18 -
YUV 173.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 104 200 220 0.53 0.09 0 0.14 190.34 0.62 0.64
Hex 68 C8 DC 35 9 0 E BE 3E 40
Octal 150 310 334 65 11 0 16 276 76 100
Binary 1101000 11001000 11011100 110101 1001 0 1110 10111110 111110 1000000

Color Harmonies of #68C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C8DC

Black with #68C8DC

Text Example


Text Example

White with #68C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,200,220); }

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

background-color css

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

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

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

border-color css

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

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

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