Html Css Color HEX #68F0EB Turquoise Blue

📋 copy color: '#68F0EB'

red 104 ◦ green 240 ◦ blue 235

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

Shades of Turquoise Blue #68F0EB

Tints of Turquoise Blue #68F0EB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.45%

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

R = 17.96%
G = 41.45%
B = 40.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#68F0EB (or 0x68F0EB) is known color: Turquoise Blue. HEX triplet: 68, F0 and EB. RGB value is (104,240,235). Sum of RGB (Red+Green+Blue) = 104+240+235=579 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.96% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F0EB is #970F14. Grayscale: #C6C6C6. Windows color (decimal): -9899797 or 15462504. OLE color: 15462504.

HSL color Cylindrical-coordinate representation of color #68F0EB: hue angle of 177.79º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0EB is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 240 235 -
CMYK 0.57 0 0.02 0.06
HSL 177.79º 0.82% 0.67% -
HSV(B) 177.79º 0.57% 0.94% -
XYZ 51.86 71.26 89.62 -
YUV 198.77 148.44 60.41 -
System Red Green Blue C M Y K H S L
Decimal 104 240 235 0.57 0 0.02 0.06 177.79 0.82 0.67
Hex 68 F0 EB 39 0 2 6 B2 52 43
Octal 150 360 353 71 0 2 6 262 122 103
Binary 1101000 11110000 11101011 111001 0 10 110 10110010 1010010 1000011

Color Harmonies of #68F0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F0EB

Black with #68F0EB

Text Example


Text Example

White with #68F0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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