Html Css Color HEX #2FEDCA Turquoise

📋 copy color: '#2FEDCA'

red 47 ◦ green 237 ◦ blue 202

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

Shades of Turquoise #2FEDCA

Tints of Turquoise #2FEDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

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

R = 9.67%
G = 48.77%
B = 41.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#2FEDCA (or 0x2FEDCA) is known color: Turquoise. HEX triplet: 2F, ED and CA. RGB value is (47,237,202). Sum of RGB (Red+Green+Blue) = 47+237+202=486 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.67% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDCA is #D01235. Grayscale: #B0B0B0. Windows color (decimal): -13636150 or 13298991. OLE color: 13298991.

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

Color convert

RGB 47 237 202 -
CMYK 0.80 0 0.15 0.07
HSL 168.95º 0.84% 0.56% -
HSV(B) 168.95º 0.8% 0.93% -
XYZ 42.12 65.44 66.29 -
YUV 176.2 142.55 35.85 -
System Red Green Blue C M Y K H S L
Decimal 47 237 202 0.80 0 0.15 0.07 168.95 0.84 0.56
Hex 2F ED CA 50 0 F 7 A9 54 38
Octal 57 355 312 120 0 17 7 251 124 70
Binary 101111 11101101 11001010 1010000 0 1111 111 10101001 1010100 111000

Color Harmonies of #2FEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEDCA

Black with #2FEDCA

Text Example


Text Example

White with #2FEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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