Html Css Color HEX #68E4DD Turquoise Blue

📋 copy color: '#68E4DD'

red 104 ◦ green 228 ◦ blue 221

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

Shades of Turquoise Blue #68E4DD

Tints of Turquoise Blue #68E4DD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.23%

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 18.81%
G = 41.23%
B = 39.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#68E4DD (or 0x68E4DD) is known color: Turquoise Blue. HEX triplet: 68, E4 and DD. RGB value is (104,228,221). Sum of RGB (Red+Green+Blue) = 104+228+221=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 228 - color contains mainly: green. Hex color #68E4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E4DD is #971B22. Grayscale: #BEBEBE. Windows color (decimal): -9902883 or 14541928. OLE color: 14541928.

HSL color Cylindrical-coordinate representation of color #68E4DD: hue angle of 176.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E4DD is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 228 221 -
CMYK 0.54 0 0.03 0.11
HSL 176.61º 0.7% 0.65% -
HSV(B) 176.61º 0.54% 0.89% -
XYZ 46.5 63.65 78.24 -
YUV 190.13 145.42 66.57 -
System Red Green Blue C M Y K H S L
Decimal 104 228 221 0.54 0 0.03 0.11 176.61 0.7 0.65
Hex 68 E4 DD 36 0 3 B B1 46 41
Octal 150 344 335 66 0 3 13 261 106 101
Binary 1101000 11100100 11011101 110110 0 11 1011 10110001 1000110 1000001

Color Harmonies of #68E4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E4DD

Black with #68E4DD

Text Example


Text Example

White with #68E4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,228,221); }

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

background-color css

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

 a { background-color: rgb(104,228,221); }

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

border-color css

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

 span { border-color: rgb(104,228,221); }

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