Html Css Color HEX #68DDD6 Turquoise Blue

📋 copy color: '#68DDD6'

red 104 ◦ green 221 ◦ blue 214

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

Shades of Turquoise Blue #68DDD6

Tints of Turquoise Blue #68DDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

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

R = 19.29%
G = 41%
B = 39.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#68DDD6 (or 0x68DDD6) is known color: Turquoise Blue. HEX triplet: 68, DD and D6. RGB value is (104,221,214). Sum of RGB (Red+Green+Blue) = 104+221+214=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDD6 is #972229. Grayscale: #B9B9B9. Windows color (decimal): -9904682 or 14081384. OLE color: 14081384.

HSL color Cylindrical-coordinate representation of color #68DDD6: hue angle of 176.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DDD6 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 214 -
CMYK 0.53 0 0.03 0.13
HSL 176.41º 0.63% 0.64% -
HSV(B) 176.41º 0.53% 0.87% -
XYZ 43.7 59.51 72.8 -
YUV 185.22 144.24 70.07 -
System Red Green Blue C M Y K H S L
Decimal 104 221 214 0.53 0 0.03 0.13 176.41 0.63 0.64
Hex 68 DD D6 35 0 3 D B0 3F 40
Octal 150 335 326 65 0 3 15 260 77 100
Binary 1101000 11011101 11010110 110101 0 11 1101 10110000 111111 1000000

Color Harmonies of #68DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDD6

Black with #68DDD6

Text Example


Text Example

White with #68DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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