Html Css Color HEX #68DAD5 Turquoise Blue

📋 copy color: '#68DAD5'

red 104 ◦ green 218 ◦ blue 213

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

Shades of Turquoise Blue #68DAD5

Tints of Turquoise Blue #68DAD5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 19.44%
G = 40.75%
B = 39.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#68DAD5 (or 0x68DAD5) is known color: Turquoise Blue. HEX triplet: 68, DA and D5. RGB value is (104,218,213). Sum of RGB (Red+Green+Blue) = 104+218+213=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAD5 is #97252A. Grayscale: #B7B7B7. Windows color (decimal): -9905451 or 14015080. OLE color: 14015080.

HSL color Cylindrical-coordinate representation of color #68DAD5: hue angle of 177.37º degrees, saturation: 0.61, 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 #68DAD5 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 218 213 -
CMYK 0.52 0 0.02 0.15
HSL 177.37º 0.61% 0.63% -
HSV(B) 177.37º 0.52% 0.85% -
XYZ 42.79 57.89 71.87 -
YUV 183.34 144.73 71.41 -
System Red Green Blue C M Y K H S L
Decimal 104 218 213 0.52 0 0.02 0.15 177.37 0.61 0.63
Hex 68 DA D5 34 0 2 F B1 3D 3F
Octal 150 332 325 64 0 2 17 261 75 77
Binary 1101000 11011010 11010101 110100 0 10 1111 10110001 111101 111111

Color Harmonies of #68DAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAD5

Black with #68DAD5

Text Example


Text Example

White with #68DAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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