Html Css Color HEX #68E5D4 Turquoise Blue

📋 copy color: '#68E5D4'

red 104 ◦ green 229 ◦ blue 212

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

Shades of Turquoise Blue #68E5D4

Tints of Turquoise Blue #68E5D4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.02%

 BLUE value IS 212 (83.2% from 255) = 38.9%

R = 19.08%
G = 42.02%
B = 38.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#68E5D4 (or 0x68E5D4) is known color: Turquoise Blue. HEX triplet: 68, E5 and D4. RGB value is (104,229,212). Sum of RGB (Red+Green+Blue) = 104+229+212=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #68E5D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E5D4 is #971A2B. Grayscale: #BDBDBD. Windows color (decimal): -9902636 or 13952360. OLE color: 13952360.

HSL color Cylindrical-coordinate representation of color #68E5D4: hue angle of 171.84º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E5D4 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 229 212 -
CMYK 0.55 0 0.07 0.10
HSL 171.84º 0.71% 0.65% -
HSV(B) 171.84º 0.55% 0.9% -
XYZ 45.61 63.74 72.19 -
YUV 189.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 104 229 212 0.55 0 0.07 0.10 171.84 0.71 0.65
Hex 68 E5 D4 37 0 7 A AC 47 41
Octal 150 345 324 67 0 7 12 254 107 101
Binary 1101000 11100101 11010100 110111 0 111 1010 10101100 1000111 1000001

Color Harmonies of #68E5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E5D4

Black with #68E5D4

Text Example


Text Example

White with #68E5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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