Html Css Color HEX #68D1DE Turquoise Blue

📋 copy color: '#68D1DE'

red 104 ◦ green 209 ◦ blue 222

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

Shades of Turquoise Blue #68D1DE

Tints of Turquoise Blue #68D1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 19.44%
G = 39.07%
B = 41.5%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68D1DE (or 0x68D1DE) is known color: Turquoise Blue. HEX triplet: 68, D1 and DE. RGB value is (104,209,222). Sum of RGB (Red+Green+Blue) = 104+209+222=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #68D1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D1DE is #972E21. Grayscale: #B2B2B2. Windows color (decimal): -9907746 or 14602600. OLE color: 14602600.

HSL color Cylindrical-coordinate representation of color #68D1DE: hue angle of 186.61º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68D1DE is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 209 222 -
CMYK 0.53 0.06 0 0.13
HSL 186.61º 0.64% 0.64% -
HSV(B) 186.61º 0.53% 0.87% -
XYZ 41.69 53.82 77.3 -
YUV 179.09 152.21 74.44 -
System Red Green Blue C M Y K H S L
Decimal 104 209 222 0.53 0.06 0 0.13 186.61 0.64 0.64
Hex 68 D1 DE 35 6 0 D BB 40 40
Octal 150 321 336 65 6 0 15 273 100 100
Binary 1101000 11010001 11011110 110101 110 0 1101 10111011 1000000 1000000

Color Harmonies of #68D1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D1DE

Black with #68D1DE

Text Example


Text Example

White with #68D1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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