Html Css Color HEX #68DCDC Turquoise Blue

📋 copy color: '#68DCDC'

red 104 ◦ green 220 ◦ blue 220

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

Shades of Turquoise Blue #68DCDC

Tints of Turquoise Blue #68DCDC

RGB

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

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

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

R = 19.12%
G = 40.44%
B = 40.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68DCDC (or 0x68DCDC) is known color: Turquoise Blue. HEX triplet: 68, DC and DC. RGB value is (104,220,220). Sum of RGB (Red+Green+Blue) = 104+220+220=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #68DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCDC is #972323. Grayscale: #B9B9B9. Windows color (decimal): -9904932 or 14474344. OLE color: 14474344.

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

Color convert

RGB 104 220 220 -
CMYK 0.53 0 0 0.14
HSL 180º 0.62% 0.64% -
HSV(B) 180º 0.53% 0.86% -
XYZ 44.22 59.3 76.82 -
YUV 185.32 147.57 70 -
System Red Green Blue C M Y K H S L
Decimal 104 220 220 0.53 0 0 0.14 180 0.62 0.64
Hex 68 DC DC 35 0 0 E B4 3E 40
Octal 150 334 334 65 0 0 16 264 76 100
Binary 1101000 11011100 11011100 110101 0 0 1110 10110100 111110 1000000

Color Harmonies of #68DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCDC

Black with #68DCDC

Text Example


Text Example

White with #68DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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