Html Css Color HEX #2FDAFD Turquoise

📋 copy color: '#2FDAFD'

red 47 ◦ green 218 ◦ blue 253

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

Shades of Turquoise #2FDAFD

Tints of Turquoise #2FDAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 9.07%
G = 42.08%
B = 48.84%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2FDAFD (or 0x2FDAFD) is known color: Turquoise. HEX triplet: 2F, DA and FD. RGB value is (47,218,253). Sum of RGB (Red+Green+Blue) = 47+218+253=518 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.07% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FDAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDAFD is #D02502. Grayscale: #AAAAAA. Windows color (decimal): -13640963 or 16636463. OLE color: 16636463.

HSL color Cylindrical-coordinate representation of color #2FDAFD: hue angle of 190.19º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FDAFD is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 218 253 -
CMYK 0.81 0.14 0 0.01
HSL 190.19º 0.98% 0.59% -
HSV(B) 190.19º 0.81% 0.99% -
XYZ 43.97 57.84 101.77 -
YUV 170.86 174.35 39.65 -
System Red Green Blue C M Y K H S L
Decimal 47 218 253 0.81 0.14 0 0.01 190.19 0.98 0.59
Hex 2F DA FD 51 E 0 1 BE 62 3B
Octal 57 332 375 121 16 0 1 276 142 73
Binary 101111 11011010 11111101 1010001 1110 0 1 10111110 1100010 111011

Color Harmonies of #2FDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDAFD

Black with #2FDAFD

Text Example


Text Example

White with #2FDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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