Html Css Color HEX #2FE6FA Turquoise

📋 copy color: '#2FE6FA'

red 47 ◦ green 230 ◦ blue 250

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

Shades of Turquoise #2FE6FA

Tints of Turquoise #2FE6FA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.64%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 8.92%
G = 43.64%
B = 47.44%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FE6FA (or 0x2FE6FA) is known color: Turquoise. HEX triplet: 2F, E6 and FA. RGB value is (47,230,250). Sum of RGB (Red+Green+Blue) = 47+230+250=527 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.92% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FE6FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FE6FA is #D01905. Grayscale: #B1B1B1. Windows color (decimal): -13637894 or 16442927. OLE color: 16442927.

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

Color convert

RGB 47 230 250 -
CMYK 0.81 0.08 0 0.02
HSL 185.91º 0.95% 0.58% -
HSV(B) 185.91º 0.81% 0.98% -
XYZ 46.72 64.1 100.35 -
YUV 177.56 168.87 34.87 -
System Red Green Blue C M Y K H S L
Decimal 47 230 250 0.81 0.08 0 0.02 185.91 0.95 0.58
Hex 2F E6 FA 51 8 0 2 BA 5F 3A
Octal 57 346 372 121 10 0 2 272 137 72
Binary 101111 11100110 11111010 1010001 1000 0 10 10111010 1011111 111010

Color Harmonies of #2FE6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE6FA

Black with #2FE6FA

Text Example


Text Example

White with #2FE6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,230,250); }

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

background-color css

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

 a { background-color: rgb(47,230,250); }

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

border-color css

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

 span { border-color: rgb(47,230,250); }

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