Html Css Color HEX #68D8D7 Turquoise Blue

📋 copy color: '#68D8D7'

red 104 ◦ green 216 ◦ blue 215

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

Shades of Turquoise Blue #68D8D7

Tints of Turquoise Blue #68D8D7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

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

R = 19.44%
G = 40.37%
B = 40.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#68D8D7 (or 0x68D8D7) is known color: Turquoise Blue. HEX triplet: 68, D8 and D7. RGB value is (104,216,215). Sum of RGB (Red+Green+Blue) = 104+216+215=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D8D7 is #972728. Grayscale: #B6B6B6. Windows color (decimal): -9905961 or 14145640. OLE color: 14145640.

HSL color Cylindrical-coordinate representation of color #68D8D7: hue angle of 179.46º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D8D7 is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 216 215 -
CMYK 0.52 0 0.00 0.15
HSL 179.46º 0.59% 0.63% -
HSV(B) 179.46º 0.52% 0.85% -
XYZ 42.53 56.96 73.04 -
YUV 182.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 104 216 215 0.52 0 0.00 0.15 179.46 0.59 0.63
Hex 68 D8 D7 34 0 0 F B3 3B 3F
Octal 150 330 327 64 0 0 17 263 73 77
Binary 1101000 11011000 11010111 110100 0 0 1111 10110011 111011 111111

Color Harmonies of #68D8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D8D7

Black with #68D8D7

Text Example


Text Example

White with #68D8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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