Html Css Color HEX #2FEBE6 Turquoise

📋 copy color: '#2FEBE6'

red 47 ◦ green 235 ◦ blue 230

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

Shades of Turquoise #2FEBE6

Tints of Turquoise #2FEBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 9.18%
G = 45.9%
B = 44.92%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#2FEBE6 (or 0x2FEBE6) is known color: Turquoise. HEX triplet: 2F, EB and E6. RGB value is (47,235,230). Sum of RGB (Red+Green+Blue) = 47+235+230=512 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.18% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBE6 is #D01419. Grayscale: #B2B2B2. Windows color (decimal): -13636634 or 15133487. OLE color: 15133487.

HSL color Cylindrical-coordinate representation of color #2FEBE6: hue angle of 178.4º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBE6 is Cyan = 0.8, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 230 -
CMYK 0.8 0 0.02 0.08
HSL 178.4º 0.82% 0.55% -
HSV(B) 178.4º 0.8% 0.92% -
XYZ 45.16 65.73 85.17 -
YUV 178.22 157.22 34.41 -
System Red Green Blue C M Y K H S L
Decimal 47 235 230 0.8 0 0.02 0.08 178.4 0.82 0.55
Hex 2F EB E6 50 0 2 8 B2 52 37
Octal 57 353 346 120 0 2 10 262 122 67
Binary 101111 11101011 11100110 1010000 0 10 1000 10110010 1010010 110111

Color Harmonies of #2FEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEBE6

Black with #2FEBE6

Text Example


Text Example

White with #2FEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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