Html Css Color HEX #68E0EB Turquoise Blue

📋 copy color: '#68E0EB'

red 104 ◦ green 224 ◦ blue 235

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

Shades of Turquoise Blue #68E0EB

Tints of Turquoise Blue #68E0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.79%

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 18.47%
G = 39.79%
B = 41.74%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68E0EB (or 0x68E0EB) is known color: Turquoise Blue. HEX triplet: 68, E0 and EB. RGB value is (104,224,235). Sum of RGB (Red+Green+Blue) = 104+224+235=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #68E0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E0EB is #971F14. Grayscale: #BDBDBD. Windows color (decimal): -9903893 or 15458408. OLE color: 15458408.

HSL color Cylindrical-coordinate representation of color #68E0EB: hue angle of 185.04º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68E0EB is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 224 235 -
CMYK 0.56 0.05 0 0.08
HSL 185.04º 0.77% 0.66% -
HSV(B) 185.04º 0.56% 0.92% -
XYZ 47.36 62.25 88.12 -
YUV 189.37 153.74 67.11 -
System Red Green Blue C M Y K H S L
Decimal 104 224 235 0.56 0.05 0 0.08 185.04 0.77 0.66
Hex 68 E0 EB 38 5 0 8 B9 4D 42
Octal 150 340 353 70 5 0 10 271 115 102
Binary 1101000 11100000 11101011 111000 101 0 1000 10111001 1001101 1000010

Color Harmonies of #68E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E0EB

Black with #68E0EB

Text Example


Text Example

White with #68E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,224,235); }

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

background-color css

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

 a { background-color: rgb(104,224,235); }

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

border-color css

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

 span { border-color: rgb(104,224,235); }

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