Html Css Color HEX #68DCD6 Turquoise Blue

📋 copy color: '#68DCD6'

red 104 ◦ green 220 ◦ blue 214

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

Shades of Turquoise Blue #68DCD6

Tints of Turquoise Blue #68DCD6

RGB

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

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

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

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

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 104 220 214 -
CMYK 0.53 0 0.03 0.14
HSL 176.9º 0.62% 0.64% -
HSV(B) 176.9º 0.53% 0.86% -
XYZ 43.44 58.98 72.71 -
YUV 184.63 144.57 70.49 -
System Red Green Blue C M Y K H S L
Decimal 104 220 214 0.53 0 0.03 0.14 176.9 0.62 0.64
Hex 68 DC D6 35 0 3 E B1 3E 40
Octal 150 334 326 65 0 3 16 261 76 100
Binary 1101000 11011100 11010110 110101 0 11 1110 10110001 111110 1000000

Color Harmonies of #68DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCD6

Black with #68DCD6

Text Example


Text Example

White with #68DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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