Html Css Color HEX #2FEBCA Turquoise

📋 copy color: '#2FEBCA'

red 47 ◦ green 235 ◦ blue 202

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

Shades of Turquoise #2FEBCA

Tints of Turquoise #2FEBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 9.71%
G = 48.55%
B = 41.74%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#2FEBCA (or 0x2FEBCA) is known color: Turquoise. HEX triplet: 2F, EB and CA. RGB value is (47,235,202). Sum of RGB (Red+Green+Blue) = 47+235+202=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEBCA is #D01435. Grayscale: #AEAEAE. Windows color (decimal): -13636662 or 13298479. OLE color: 13298479.

HSL color Cylindrical-coordinate representation of color #2FEBCA: hue angle of 169.47º 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 #2FEBCA is Cyan = 0.8, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 202 -
CMYK 0.8 0 0.14 0.08
HSL 169.47º 0.82% 0.55% -
HSV(B) 169.47º 0.8% 0.92% -
XYZ 41.54 64.29 66.1 -
YUV 175.03 143.22 36.68 -
System Red Green Blue C M Y K H S L
Decimal 47 235 202 0.8 0 0.14 0.08 169.47 0.82 0.55
Hex 2F EB CA 50 0 E 8 A9 52 37
Octal 57 353 312 120 0 16 10 251 122 67
Binary 101111 11101011 11001010 1010000 0 1110 1000 10101001 1010010 110111

Color Harmonies of #2FEBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEBCA

Black with #2FEBCA

Text Example


Text Example

White with #2FEBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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