Html Css Color HEX #68D5D7 Turquoise Blue

📋 copy color: '#68D5D7'

red 104 ◦ green 213 ◦ blue 215

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

Shades of Turquoise Blue #68D5D7

Tints of Turquoise Blue #68D5D7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.04%

 BLUE value IS 215 (84.38% from 255) = 40.41%

R = 19.55%
G = 40.04%
B = 40.41%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#68D5D7 (or 0x68D5D7) is known color: Turquoise Blue. HEX triplet: 68, D5 and D7. RGB value is (104,213,215). Sum of RGB (Red+Green+Blue) = 104+213+215=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #68D5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D5D7 is #972A28. Grayscale: #B4B4B4. Windows color (decimal): -9906729 or 14144872. OLE color: 14144872.

HSL color Cylindrical-coordinate representation of color #68D5D7: hue angle of 181.08º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D5D7 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 213 215 -
CMYK 0.52 0.01 0 0.16
HSL 181.08º 0.58% 0.63% -
HSV(B) 181.08º 0.52% 0.84% -
XYZ 41.77 55.44 72.79 -
YUV 180.64 147.39 73.34 -
System Red Green Blue C M Y K H S L
Decimal 104 213 215 0.52 0.01 0 0.16 181.08 0.58 0.63
Hex 68 D5 D7 34 1 0 10 B5 3A 3F
Octal 150 325 327 64 1 0 20 265 72 77
Binary 1101000 11010101 11010111 110100 1 0 10000 10110101 111010 111111

Color Harmonies of #68D5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D5D7

Black with #68D5D7

Text Example


Text Example

White with #68D5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,213,215); }

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

background-color css

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

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

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

border-color css

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

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

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