Html Css Color HEX #2FEBF6 Turquoise

📋 copy color: '#2FEBF6'

red 47 ◦ green 235 ◦ blue 246

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

Shades of Turquoise #2FEBF6

Tints of Turquoise #2FEBF6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.51%

 BLUE value IS 246 (96.48% from 255) = 46.59%

R = 8.9%
G = 44.51%
B = 46.59%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2FEBF6 (or 0x2FEBF6) is known color: Turquoise. HEX triplet: 2F, EB and F6. RGB value is (47,235,246). Sum of RGB (Red+Green+Blue) = 47+235+246=528 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.90% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #2FEBF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBF6 is #D01409. Grayscale: #B3B3B3. Windows color (decimal): -13636618 or 16182063. OLE color: 16182063.

HSL color Cylindrical-coordinate representation of color #2FEBF6: hue angle of 183.32º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FEBF6 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 235 246 -
CMYK 0.81 0.04 0 0.04
HSL 183.32º 0.92% 0.57% -
HSV(B) 183.32º 0.81% 0.96% -
XYZ 47.52 66.67 97.55 -
YUV 180.04 165.22 33.11 -
System Red Green Blue C M Y K H S L
Decimal 47 235 246 0.81 0.04 0 0.04 183.32 0.92 0.57
Hex 2F EB F6 51 4 0 4 B7 5C 39
Octal 57 353 366 121 4 0 4 267 134 71
Binary 101111 11101011 11110110 1010001 100 0 100 10110111 1011100 111001

Color Harmonies of #2FEBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEBF6

Black with #2FEBF6

Text Example


Text Example

White with #2FEBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,235,246); }

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

background-color css

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

 a { background-color: rgb(47,235,246); }

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

border-color css

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

 span { border-color: rgb(47,235,246); }

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