Html Css Color HEX #68D0D7 Turquoise Blue

📋 copy color: '#68D0D7'

red 104 ◦ green 208 ◦ blue 215

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

Shades of Turquoise Blue #68D0D7

Tints of Turquoise Blue #68D0D7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.47%

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

R = 19.73%
G = 39.47%
B = 40.8%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#68D0D7 (or 0x68D0D7) is known color: Turquoise Blue. HEX triplet: 68, D0 and D7. RGB value is (104,208,215). Sum of RGB (Red+Green+Blue) = 104+208+215=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #68D0D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D0D7 is #972F28. Grayscale: #B1B1B1. Windows color (decimal): -9908009 or 14143592. OLE color: 14143592.

HSL color Cylindrical-coordinate representation of color #68D0D7: hue angle of 183.78º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D0D7 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 208 215 -
CMYK 0.52 0.03 0 0.16
HSL 183.78º 0.58% 0.63% -
HSV(B) 183.78º 0.52% 0.84% -
XYZ 40.53 52.96 72.38 -
YUV 177.7 149.04 75.43 -
System Red Green Blue C M Y K H S L
Decimal 104 208 215 0.52 0.03 0 0.16 183.78 0.58 0.63
Hex 68 D0 D7 34 3 0 10 B8 3A 3F
Octal 150 320 327 64 3 0 20 270 72 77
Binary 1101000 11010000 11010111 110100 11 0 10000 10111000 111010 111111

Color Harmonies of #68D0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D0D7

Black with #68D0D7

Text Example


Text Example

White with #68D0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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