Html Css Color HEX #2FF7EF Turquoise

📋 copy color: '#2FF7EF'

red 47 ◦ green 247 ◦ blue 239

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

Shades of Turquoise #2FF7EF

Tints of Turquoise #2FF7EF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.34%

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 8.82%
G = 46.34%
B = 44.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#2FF7EF (or 0x2FF7EF) is known color: Turquoise. HEX triplet: 2F, F7 and EF. RGB value is (47,247,239). Sum of RGB (Red+Green+Blue) = 47+247+239=533 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.82% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF7EF is #D00810. Grayscale: #BABABA. Windows color (decimal): -13633553 or 15726383. OLE color: 15726383.

HSL color Cylindrical-coordinate representation of color #2FF7EF: hue angle of 177.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF7EF is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 47 247 239 -
CMYK 0.81 0 0.03 0.03
HSL 177.6º 0.93% 0.58% -
HSV(B) 177.6º 0.81% 0.97% -
XYZ 50.01 73.36 93.18 -
YUV 186.29 157.74 28.65 -
System Red Green Blue C M Y K H S L
Decimal 47 247 239 0.81 0 0.03 0.03 177.6 0.93 0.58
Hex 2F F7 EF 51 0 3 3 B2 5D 3A
Octal 57 367 357 121 0 3 3 262 135 72
Binary 101111 11110111 11101111 1010001 0 11 11 10110010 1011101 111010

Color Harmonies of #2FF7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF7EF

Black with #2FF7EF

Text Example


Text Example

White with #2FF7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,247,239); }

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

background-color css

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

 a { background-color: rgb(47,247,239); }

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

border-color css

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

 span { border-color: rgb(47,247,239); }

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