Html Css Color HEX #68E5EE Turquoise Blue

📋 copy color: '#68E5EE'

red 104 ◦ green 229 ◦ blue 238

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

Shades of Turquoise Blue #68E5EE

Tints of Turquoise Blue #68E5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 18.21%
G = 40.11%
B = 41.68%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68E5EE (or 0x68E5EE) is known color: Turquoise Blue. HEX triplet: 68, E5 and EE. RGB value is (104,229,238). Sum of RGB (Red+Green+Blue) = 104+229+238=571 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.21% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #68E5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E5EE is #971A11. Grayscale: #C0C0C0. Windows color (decimal): -9902610 or 15656296. OLE color: 15656296.

HSL color Cylindrical-coordinate representation of color #68E5EE: hue angle of 184.03º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68E5EE is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 229 238 -
CMYK 0.56 0.04 0 0.07
HSL 184.03º 0.8% 0.67% -
HSV(B) 184.03º 0.56% 0.93% -
XYZ 49.16 65.15 90.87 -
YUV 192.65 153.59 64.77 -
System Red Green Blue C M Y K H S L
Decimal 104 229 238 0.56 0.04 0 0.07 184.03 0.8 0.67
Hex 68 E5 EE 38 4 0 7 B8 50 43
Octal 150 345 356 70 4 0 7 270 120 103
Binary 1101000 11100101 11101110 111000 100 0 111 10111000 1010000 1000011

Color Harmonies of #68E5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E5EE

Black with #68E5EE

Text Example


Text Example

White with #68E5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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