Html Css Color HEX #68F4E2 Turquoise Blue

📋 copy color: '#68F4E2'

red 104 ◦ green 244 ◦ blue 226

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

Shades of Turquoise Blue #68F4E2

Tints of Turquoise Blue #68F4E2

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.51%

 BLUE value IS 226 (88.67% from 255) = 39.37%

R = 18.12%
G = 42.51%
B = 39.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#68F4E2 (or 0x68F4E2) is known color: Turquoise Blue. HEX triplet: 68, F4 and E2. RGB value is (104,244,226). Sum of RGB (Red+Green+Blue) = 104+244+226=574 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.12% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F4E2 is #970B1D. Grayscale: #C8C8C8. Windows color (decimal): -9898782 or 14873704. OLE color: 14873704.

HSL color Cylindrical-coordinate representation of color #68F4E2: hue angle of 172.29º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4E2 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 244 226 -
CMYK 0.57 0 0.07 0.04
HSL 172.29º 0.86% 0.68% -
HSV(B) 172.29º 0.57% 0.96% -
XYZ 51.79 73.14 83.34 -
YUV 200.09 142.62 59.46 -
System Red Green Blue C M Y K H S L
Decimal 104 244 226 0.57 0 0.07 0.04 172.29 0.86 0.68
Hex 68 F4 E2 39 0 7 4 AC 56 44
Octal 150 364 342 71 0 7 4 254 126 104
Binary 1101000 11110100 11100010 111001 0 111 100 10101100 1010110 1000100

Color Harmonies of #68F4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F4E2

Black with #68F4E2

Text Example


Text Example

White with #68F4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,244,226); }

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

background-color css

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

 a { background-color: rgb(104,244,226); }

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

border-color css

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

 span { border-color: rgb(104,244,226); }

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