Html Css Color HEX #68D4DE Turquoise Blue

📋 copy color: '#68D4DE'

red 104 ◦ green 212 ◦ blue 222

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

Shades of Turquoise Blue #68D4DE

Tints of Turquoise Blue #68D4DE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.41%

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

R = 19.33%
G = 39.41%
B = 41.26%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68D4DE (or 0x68D4DE) is known color: Turquoise Blue. HEX triplet: 68, D4 and DE. RGB value is (104,212,222). Sum of RGB (Red+Green+Blue) = 104+212+222=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #68D4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D4DE is #972B21. Grayscale: #B4B4B4. Windows color (decimal): -9906978 or 14603368. OLE color: 14603368.

HSL color Cylindrical-coordinate representation of color #68D4DE: hue angle of 185.08º 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 #68D4DE is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 212 222 -
CMYK 0.53 0.05 0 0.13
HSL 185.08º 0.64% 0.64% -
HSV(B) 185.08º 0.53% 0.87% -
XYZ 42.44 55.3 77.55 -
YUV 180.85 151.22 73.19 -
System Red Green Blue C M Y K H S L
Decimal 104 212 222 0.53 0.05 0 0.13 185.08 0.64 0.64
Hex 68 D4 DE 35 5 0 D B9 40 40
Octal 150 324 336 65 5 0 15 271 100 100
Binary 1101000 11010100 11011110 110101 101 0 1101 10111001 1000000 1000000

Color Harmonies of #68D4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D4DE

Black with #68D4DE

Text Example


Text Example

White with #68D4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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