Html Css Color HEX #68F1E1 Turquoise Blue

📋 copy color: '#68F1E1'

red 104 ◦ green 241 ◦ blue 225

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

Shades of Turquoise Blue #68F1E1

Tints of Turquoise Blue #68F1E1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.28%

 BLUE value IS 225 (88.28% from 255) = 39.47%

R = 18.25%
G = 42.28%
B = 39.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#68F1E1 (or 0x68F1E1) is known color: Turquoise Blue. HEX triplet: 68, F1 and E1. RGB value is (104,241,225). Sum of RGB (Red+Green+Blue) = 104+241+225=570 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.25% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F1E1 is #970E1E. Grayscale: #C6C6C6. Windows color (decimal): -9899551 or 14807400. OLE color: 14807400.

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

Color convert

RGB 104 241 225 -
CMYK 0.57 0 0.07 0.05
HSL 172.99º 0.83% 0.68% -
HSV(B) 172.99º 0.57% 0.95% -
XYZ 50.75 71.29 82.32 -
YUV 198.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 104 241 225 0.57 0 0.07 0.05 172.99 0.83 0.68
Hex 68 F1 E1 39 0 7 5 AD 53 44
Octal 150 361 341 71 0 7 5 255 123 104
Binary 1101000 11110001 11100001 111001 0 111 101 10101101 1010011 1000100

Color Harmonies of #68F1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F1E1

Black with #68F1E1

Text Example


Text Example

White with #68F1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,241,225); }

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

background-color css

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

 a { background-color: rgb(104,241,225); }

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

border-color css

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

 span { border-color: rgb(104,241,225); }

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