Html Css Color HEX #2FDAFA Turquoise

📋 copy color: '#2FDAFA'

red 47 ◦ green 218 ◦ blue 250

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

Shades of Turquoise #2FDAFA

Tints of Turquoise #2FDAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.33%

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

R = 9.13%
G = 42.33%
B = 48.54%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FDAFA (or 0x2FDAFA) is known color: Turquoise. HEX triplet: 2F, DA and FA. RGB value is (47,218,250). Sum of RGB (Red+Green+Blue) = 47+218+250=515 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.13% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FDAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDAFA is #D02505. Grayscale: #AAAAAA. Windows color (decimal): -13640966 or 16439855. OLE color: 16439855.

HSL color Cylindrical-coordinate representation of color #2FDAFA: hue angle of 189.46º 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 #2FDAFA is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 218 250 -
CMYK 0.81 0.13 0 0.02
HSL 189.46º 0.95% 0.58% -
HSV(B) 189.46º 0.81% 0.98% -
XYZ 43.5 57.65 99.28 -
YUV 170.52 172.85 39.9 -
System Red Green Blue C M Y K H S L
Decimal 47 218 250 0.81 0.13 0 0.02 189.46 0.95 0.58
Hex 2F DA FA 51 D 0 2 BD 5F 3A
Octal 57 332 372 121 15 0 2 275 137 72
Binary 101111 11011010 11111010 1010001 1101 0 10 10111101 1011111 111010

Color Harmonies of #2FDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDAFA

Black with #2FDAFA

Text Example


Text Example

White with #2FDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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