Html Css Color HEX #2FECE6 Turquoise

📋 copy color: '#2FECE6'

red 47 ◦ green 236 ◦ blue 230

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

Shades of Turquoise #2FECE6

Tints of Turquoise #2FECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46%

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

R = 9.16%
G = 46%
B = 44.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#2FECE6 (or 0x2FECE6) is known color: Turquoise. HEX triplet: 2F, EC and E6. RGB value is (47,236,230). Sum of RGB (Red+Green+Blue) = 47+236+230=513 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.16% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FECE6 is #D01319. Grayscale: #B2B2B2. Windows color (decimal): -13636378 or 15133743. OLE color: 15133743.

HSL color Cylindrical-coordinate representation of color #2FECE6: hue angle of 178.1º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FECE6 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 230 -
CMYK 0.80 0 0.03 0.07
HSL 178.1º 0.83% 0.55% -
HSV(B) 178.1º 0.8% 0.93% -
XYZ 45.45 66.31 85.27 -
YUV 178.81 156.88 33.99 -
System Red Green Blue C M Y K H S L
Decimal 47 236 230 0.80 0 0.03 0.07 178.1 0.83 0.55
Hex 2F EC E6 50 0 3 7 B2 53 37
Octal 57 354 346 120 0 3 7 262 123 67
Binary 101111 11101100 11100110 1010000 0 11 111 10110010 1010011 110111

Color Harmonies of #2FECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FECE6

Black with #2FECE6

Text Example


Text Example

White with #2FECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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