Html Css Color HEX #68DAD3 Turquoise Blue

📋 copy color: '#68DAD3'

red 104 ◦ green 218 ◦ blue 211

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

Shades of Turquoise Blue #68DAD3

Tints of Turquoise Blue #68DAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.59%

R = 19.51%
G = 40.9%
B = 39.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#68DAD3 (or 0x68DAD3) is known color: Turquoise Blue. HEX triplet: 68, DA and D3. RGB value is (104,218,211). Sum of RGB (Red+Green+Blue) = 104+218+211=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAD3 is #97252C. Grayscale: #B7B7B7. Windows color (decimal): -9905453 or 13884008. OLE color: 13884008.

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

Color convert

RGB 104 218 211 -
CMYK 0.52 0 0.03 0.15
HSL 176.32º 0.61% 0.63% -
HSV(B) 176.32º 0.52% 0.85% -
XYZ 42.54 57.79 70.54 -
YUV 183.12 143.73 71.57 -
System Red Green Blue C M Y K H S L
Decimal 104 218 211 0.52 0 0.03 0.15 176.32 0.61 0.63
Hex 68 DA D3 34 0 3 F B0 3D 3F
Octal 150 332 323 64 0 3 17 260 75 77
Binary 1101000 11011010 11010011 110100 0 11 1111 10110000 111101 111111

Color Harmonies of #68DAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAD3

Black with #68DAD3

Text Example


Text Example

White with #68DAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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