Html Css Color HEX #2FDBFB Turquoise

📋 copy color: '#2FDBFB'

red 47 ◦ green 219 ◦ blue 251

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

Shades of Turquoise #2FDBFB

Tints of Turquoise #2FDBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 9.09%
G = 42.36%
B = 48.55%

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

#2FDBFB (or 0x2FDBFB) is known color: Turquoise. HEX triplet: 2F, DB and FB. RGB value is (47,219,251). Sum of RGB (Red+Green+Blue) = 47+219+251=517 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.09% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FDBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDBFB is #D02404. Grayscale: #AAAAAA. Windows color (decimal): -13640709 or 16505647. OLE color: 16505647.

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

Color convert

RGB 47 219 251 -
CMYK 0.81 0.13 0 0.02
HSL 189.41º 0.96% 0.58% -
HSV(B) 189.41º 0.81% 0.98% -
XYZ 43.92 58.23 100.19 -
YUV 171.22 173.02 39.4 -
System Red Green Blue C M Y K H S L
Decimal 47 219 251 0.81 0.13 0 0.02 189.41 0.96 0.58
Hex 2F DB FB 51 D 0 2 BD 60 3A
Octal 57 333 373 121 15 0 2 275 140 72
Binary 101111 11011011 11111011 1010001 1101 0 10 10111101 1100000 111010

Color Harmonies of #2FDBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDBFB

Black with #2FDBFB

Text Example


Text Example

White with #2FDBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,219,251); }

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

background-color css

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

 a { background-color: rgb(47,219,251); }

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

border-color css

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

 span { border-color: rgb(47,219,251); }

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