Html Css Color HEX #68CDD0 Turquoise Blue

📋 copy color: '#68CDD0'

red 104 ◦ green 205 ◦ blue 208

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

Shades of Turquoise Blue #68CDD0

Tints of Turquoise Blue #68CDD0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

 BLUE value IS 208 (81.64% from 255) = 40.23%

R = 20.12%
G = 39.65%
B = 40.23%

CMYK

 C value IS 0.5

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#68CDD0 (or 0x68CDD0) is known color: Turquoise Blue. HEX triplet: 68, CD and D0. RGB value is (104,205,208). Sum of RGB (Red+Green+Blue) = 104+205+208=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #68CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDD0 is #97322F. Grayscale: #AFAFAF. Windows color (decimal): -9908784 or 13684072. OLE color: 13684072.

HSL color Cylindrical-coordinate representation of color #68CDD0: hue angle of 181.73º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CDD0 is Cyan = 0.5, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 205 208 -
CMYK 0.5 0.01 0 0.18
HSL 181.73º 0.53% 0.61% -
HSV(B) 181.73º 0.5% 0.82% -
XYZ 38.93 51.16 67.5 -
YUV 175.14 146.54 77.26 -
System Red Green Blue C M Y K H S L
Decimal 104 205 208 0.5 0.01 0 0.18 181.73 0.53 0.61
Hex 68 CD D0 32 1 0 12 B6 35 3D
Octal 150 315 320 62 1 0 22 266 65 75
Binary 1101000 11001101 11010000 110010 1 0 10010 10110110 110101 111101

Color Harmonies of #68CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDD0

Black with #68CDD0

Text Example


Text Example

White with #68CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,205,208); }

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

background-color css

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

 a { background-color: rgb(104,205,208); }

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

border-color css

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

 span { border-color: rgb(104,205,208); }

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