Html Css Color HEX #68F0EA Turquoise Blue

📋 copy color: '#68F0EA'

red 104 ◦ green 240 ◦ blue 234

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

Shades of Turquoise Blue #68F0EA

Tints of Turquoise Blue #68F0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.48%

R = 17.99%
G = 41.52%
B = 40.48%

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

#68F0EA (or 0x68F0EA) is known color: Turquoise Blue. HEX triplet: 68, F0 and EA. RGB value is (104,240,234). Sum of RGB (Red+Green+Blue) = 104+240+234=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F0EA is #970F15. Grayscale: #C6C6C6. Windows color (decimal): -9899798 or 15396968. OLE color: 15396968.

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

Color convert

RGB 104 240 234 -
CMYK 0.57 0 0.02 0.06
HSL 177.35º 0.82% 0.67% -
HSV(B) 177.35º 0.57% 0.94% -
XYZ 51.72 71.2 88.86 -
YUV 198.65 147.94 60.49 -
System Red Green Blue C M Y K H S L
Decimal 104 240 234 0.57 0 0.02 0.06 177.35 0.82 0.67
Hex 68 F0 EA 39 0 2 6 B1 52 43
Octal 150 360 352 71 0 2 6 261 122 103
Binary 1101000 11110000 11101010 111001 0 10 110 10110001 1010010 1000011

Color Harmonies of #68F0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F0EA

Black with #68F0EA

Text Example


Text Example

White with #68F0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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