Html Css Color HEX #2FF3EF Turquoise

📋 copy color: '#2FF3EF'

red 47 ◦ green 243 ◦ blue 239

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

Shades of Turquoise #2FF3EF

Tints of Turquoise #2FF3EF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.94%

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

R = 8.88%
G = 45.94%
B = 45.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#2FF3EF (or 0x2FF3EF) is known color: Turquoise. HEX triplet: 2F, F3 and EF. RGB value is (47,243,239). Sum of RGB (Red+Green+Blue) = 47+243+239=529 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.88% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF3EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF3EF is #D00C10. Grayscale: #B7B7B7. Windows color (decimal): -13634577 or 15725359. OLE color: 15725359.

HSL color Cylindrical-coordinate representation of color #2FF3EF: hue angle of 178.78º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF3EF is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 243 239 -
CMYK 0.81 0 0.02 0.05
HSL 178.78º 0.89% 0.57% -
HSV(B) 178.78º 0.81% 0.95% -
XYZ 48.8 70.94 92.78 -
YUV 183.94 159.07 30.33 -
System Red Green Blue C M Y K H S L
Decimal 47 243 239 0.81 0 0.02 0.05 178.78 0.89 0.57
Hex 2F F3 EF 51 0 2 5 B3 59 39
Octal 57 363 357 121 0 2 5 263 131 71
Binary 101111 11110011 11101111 1010001 0 10 101 10110011 1011001 111001

Color Harmonies of #2FF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF3EF

Black with #2FF3EF

Text Example


Text Example

White with #2FF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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