Html Css Color HEX #2FDDFA Turquoise

📋 copy color: '#2FDDFA'

red 47 ◦ green 221 ◦ blue 250

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

Shades of Turquoise #2FDDFA

Tints of Turquoise #2FDDFA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 9.07%
G = 42.66%
B = 48.26%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FDDFA (or 0x2FDDFA) is known color: Turquoise. HEX triplet: 2F, DD and FA. RGB value is (47,221,250). Sum of RGB (Red+Green+Blue) = 47+221+250=518 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.07% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FDDFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDDFA is #D02205. Grayscale: #ABABAB. Windows color (decimal): -13640198 or 16440623. OLE color: 16440623.

HSL color Cylindrical-coordinate representation of color #2FDDFA: hue angle of 188.57º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FDDFA is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 221 250 -
CMYK 0.81 0.12 0 0.02
HSL 188.57º 0.95% 0.58% -
HSV(B) 188.57º 0.81% 0.98% -
XYZ 44.28 59.22 99.54 -
YUV 172.28 171.85 38.64 -
System Red Green Blue C M Y K H S L
Decimal 47 221 250 0.81 0.12 0 0.02 188.57 0.95 0.58
Hex 2F DD FA 51 C 0 2 BD 5F 3A
Octal 57 335 372 121 14 0 2 275 137 72
Binary 101111 11011101 11111010 1010001 1100 0 10 10111101 1011111 111010

Color Harmonies of #2FDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDDFA

Black with #2FDDFA

Text Example


Text Example

White with #2FDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,221,250); }

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

background-color css

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

 a { background-color: rgb(47,221,250); }

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

border-color css

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

 span { border-color: rgb(47,221,250); }

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