Html Css Color HEX #68D1D6 Turquoise Blue

📋 copy color: '#68D1D6'

red 104 ◦ green 209 ◦ blue 214

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

Shades of Turquoise Blue #68D1D6

Tints of Turquoise Blue #68D1D6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.66%

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

R = 19.73%
G = 39.66%
B = 40.61%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#68D1D6 (or 0x68D1D6) is known color: Turquoise Blue. HEX triplet: 68, D1 and D6. RGB value is (104,209,214). Sum of RGB (Red+Green+Blue) = 104+209+214=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #68D1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D1D6 is #972E29. Grayscale: #B2B2B2. Windows color (decimal): -9907754 or 14078312. OLE color: 14078312.

HSL color Cylindrical-coordinate representation of color #68D1D6: hue angle of 182.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D1D6 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 209 214 -
CMYK 0.51 0.02 0 0.16
HSL 182.73º 0.57% 0.62% -
HSV(B) 182.73º 0.51% 0.84% -
XYZ 40.65 53.4 71.78 -
YUV 178.18 148.21 75.09 -
System Red Green Blue C M Y K H S L
Decimal 104 209 214 0.51 0.02 0 0.16 182.73 0.57 0.62
Hex 68 D1 D6 33 2 0 10 B7 39 3E
Octal 150 321 326 63 2 0 20 267 71 76
Binary 1101000 11010001 11010110 110011 10 0 10000 10110111 111001 111110

Color Harmonies of #68D1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D1D6

Black with #68D1D6

Text Example


Text Example

White with #68D1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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