Html Css Color HEX #2FDFF0 Turquoise

📋 copy color: '#2FDFF0'

red 47 ◦ green 223 ◦ blue 240

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

Shades of Turquoise #2FDFF0

Tints of Turquoise #2FDFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

 BLUE value IS 240 (94.14% from 255) = 47.06%

R = 9.22%
G = 43.73%
B = 47.06%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2FDFF0 (or 0x2FDFF0) is known color: Turquoise. HEX triplet: 2F, DF and F0. RGB value is (47,223,240). Sum of RGB (Red+Green+Blue) = 47+223+240=510 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.22% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #2FDFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDFF0 is #D0200F. Grayscale: #ACACAC. Windows color (decimal): -13639696 or 15785775. OLE color: 15785775.

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

Color convert

RGB 47 223 240 -
CMYK 0.80 0.07 0 0.06
HSL 185.29º 0.87% 0.56% -
HSV(B) 185.29º 0.8% 0.94% -
XYZ 43.29 59.67 91.67 -
YUV 172.31 166.19 38.62 -
System Red Green Blue C M Y K H S L
Decimal 47 223 240 0.80 0.07 0 0.06 185.29 0.87 0.56
Hex 2F DF F0 50 7 0 6 B9 57 38
Octal 57 337 360 120 7 0 6 271 127 70
Binary 101111 11011111 11110000 1010000 111 0 110 10111001 1010111 111000

Color Harmonies of #2FDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDFF0

Black with #2FDFF0

Text Example


Text Example

White with #2FDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,223,240); }

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

background-color css

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

 a { background-color: rgb(47,223,240); }

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

border-color css

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

 span { border-color: rgb(47,223,240); }

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