Html Css Color HEX #68E5E6 Turquoise Blue

📋 copy color: '#68E5E6'

red 104 ◦ green 229 ◦ blue 230

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

Shades of Turquoise Blue #68E5E6

Tints of Turquoise Blue #68E5E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.85%

R = 18.47%
G = 40.67%
B = 40.85%

CMYK

 C value IS 0.55

 M value IS 0.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#68E5E6 (or 0x68E5E6) is known color: Turquoise Blue. HEX triplet: 68, E5 and E6. RGB value is (104,229,230). Sum of RGB (Red+Green+Blue) = 104+229+230=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #68E5E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E5E6 is #971A19. Grayscale: #BFBFBF. Windows color (decimal): -9902618 or 15132008. OLE color: 15132008.

HSL color Cylindrical-coordinate representation of color #68E5E6: hue angle of 180.48º degrees, saturation: 0.72, 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 #68E5E6 is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 229 230 -
CMYK 0.55 0.00 0 0.10
HSL 180.48º 0.72% 0.65% -
HSV(B) 180.48º 0.55% 0.9% -
XYZ 48.01 64.69 84.82 -
YUV 191.74 149.59 65.42 -
System Red Green Blue C M Y K H S L
Decimal 104 229 230 0.55 0.00 0 0.10 180.48 0.72 0.65
Hex 68 E5 E6 37 0 0 A B4 48 41
Octal 150 345 346 67 0 0 12 264 110 101
Binary 1101000 11100101 11100110 110111 0 0 1010 10110100 1001000 1000001

Color Harmonies of #68E5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E5E6

Black with #68E5E6

Text Example


Text Example

White with #68E5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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