Html Css Color HEX #68D4DD Turquoise Blue

📋 copy color: '#68D4DD'

red 104 ◦ green 212 ◦ blue 221

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

Shades of Turquoise Blue #68D4DD

Tints of Turquoise Blue #68D4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.48%

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 19.37%
G = 39.48%
B = 41.15%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68D4DD (or 0x68D4DD) is known color: Turquoise Blue. HEX triplet: 68, D4 and DD. RGB value is (104,212,221). Sum of RGB (Red+Green+Blue) = 104+212+221=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #68D4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D4DD is #972B22. Grayscale: #B4B4B4. Windows color (decimal): -9906979 or 14537832. OLE color: 14537832.

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

Color convert

RGB 104 212 221 -
CMYK 0.53 0.04 0 0.13
HSL 184.62º 0.63% 0.64% -
HSV(B) 184.62º 0.53% 0.87% -
XYZ 42.3 55.25 76.84 -
YUV 180.73 150.72 73.27 -
System Red Green Blue C M Y K H S L
Decimal 104 212 221 0.53 0.04 0 0.13 184.62 0.63 0.64
Hex 68 D4 DD 35 4 0 D B9 3F 40
Octal 150 324 335 65 4 0 15 271 77 100
Binary 1101000 11010100 11011101 110101 100 0 1101 10111001 111111 1000000

Color Harmonies of #68D4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D4DD

Black with #68D4DD

Text Example


Text Example

White with #68D4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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