Html Css Color HEX #68F0E5 Turquoise Blue

📋 copy color: '#68F0E5'

red 104 ◦ green 240 ◦ blue 229

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

Shades of Turquoise Blue #68F0E5

Tints of Turquoise Blue #68F0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.97%

R = 18.15%
G = 41.88%
B = 39.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#68F0E5 (or 0x68F0E5) is known color: Turquoise Blue. HEX triplet: 68, F0 and E5. RGB value is (104,240,229). Sum of RGB (Red+Green+Blue) = 104+240+229=573 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.15% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0E5 is #970F1A. Grayscale: #C5C5C5. Windows color (decimal): -9899803 or 15069288. OLE color: 15069288.

HSL color Cylindrical-coordinate representation of color #68F0E5: hue angle of 175.15º 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 #68F0E5 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 240 229 -
CMYK 0.57 0 0.05 0.06
HSL 175.15º 0.82% 0.67% -
HSV(B) 175.15º 0.57% 0.94% -
XYZ 51.01 70.92 85.13 -
YUV 198.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 104 240 229 0.57 0 0.05 0.06 175.15 0.82 0.67
Hex 68 F0 E5 39 0 5 6 AF 52 43
Octal 150 360 345 71 0 5 6 257 122 103
Binary 1101000 11110000 11100101 111001 0 101 110 10101111 1010010 1000011

Color Harmonies of #68F0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F0E5

Black with #68F0E5

Text Example


Text Example

White with #68F0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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