Html Css Color HEX #2FF1EC Turquoise

📋 copy color: '#2FF1EC'

red 47 ◦ green 241 ◦ blue 236

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

Shades of Turquoise #2FF1EC

Tints of Turquoise #2FF1EC

RGB

 RED value IS 47 (18.75% from 255) = 8.97%

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 8.97%
G = 45.99%
B = 45.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#2FF1EC (or 0x2FF1EC) is known color: Turquoise. HEX triplet: 2F, F1 and EC. RGB value is (47,241,236). Sum of RGB (Red+Green+Blue) = 47+241+236=524 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.97% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF1EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF1EC is #D00E13. Grayscale: #B6B6B6. Windows color (decimal): -13635092 or 15528239. OLE color: 15528239.

HSL color Cylindrical-coordinate representation of color #2FF1EC: hue angle of 178.45º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF1EC is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 236 -
CMYK 0.80 0 0.02 0.05
HSL 178.45º 0.87% 0.56% -
HSV(B) 178.45º 0.8% 0.95% -
XYZ 47.77 69.57 90.27 -
YUV 182.42 158.23 31.41 -
System Red Green Blue C M Y K H S L
Decimal 47 241 236 0.80 0 0.02 0.05 178.45 0.87 0.56
Hex 2F F1 EC 50 0 2 5 B2 57 38
Octal 57 361 354 120 0 2 5 262 127 70
Binary 101111 11110001 11101100 1010000 0 10 101 10110010 1010111 111000

Color Harmonies of #2FF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF1EC

Black with #2FF1EC

Text Example


Text Example

White with #2FF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FF1EC; }

 p { color: rgb(47,241,236); }

 H1.HeaderClassName
 {
   color: #2FF1EC;
 }
 .AnyTagClassName
 {
   color: #2FF1EC;
 }
</style>

background-color css

<style>
 a { background-color: #2FF1EC; }

 a { background-color: rgb(47,241,236); }

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

border-color css

<style>
 span { border-color: #2FF1EC; }

 span { border-color: rgb(47,241,236); }

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