Html Css Color HEX #68D6DC Turquoise Blue

📋 copy color: '#68D6DC'

red 104 ◦ green 214 ◦ blue 220

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

Shades of Turquoise Blue #68D6DC

Tints of Turquoise Blue #68D6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.78%

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

R = 19.33%
G = 39.78%
B = 40.89%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68D6DC (or 0x68D6DC) is known color: Turquoise Blue. HEX triplet: 68, D6 and DC. RGB value is (104,214,220). Sum of RGB (Red+Green+Blue) = 104+214+220=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #68D6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D6DC is #972923. Grayscale: #B5B5B5. Windows color (decimal): -9906468 or 14472808. OLE color: 14472808.

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

Color convert

RGB 104 214 220 -
CMYK 0.53 0.03 0 0.14
HSL 183.1º 0.62% 0.64% -
HSV(B) 183.1º 0.53% 0.86% -
XYZ 42.67 56.2 76.31 -
YUV 181.79 149.56 72.51 -
System Red Green Blue C M Y K H S L
Decimal 104 214 220 0.53 0.03 0 0.14 183.1 0.62 0.64
Hex 68 D6 DC 35 3 0 E B7 3E 40
Octal 150 326 334 65 3 0 16 267 76 100
Binary 1101000 11010110 11011100 110101 11 0 1110 10110111 111110 1000000

Color Harmonies of #68D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D6DC

Black with #68D6DC

Text Example


Text Example

White with #68D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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