Html Css Color HEX #2FDAEB Turquoise

📋 copy color: '#2FDAEB'

red 47 ◦ green 218 ◦ blue 235

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

Shades of Turquoise #2FDAEB

Tints of Turquoise #2FDAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 9.4%
G = 43.6%
B = 47%

CMYK

 C value IS 0.8

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FDAEB (or 0x2FDAEB) is known color: Turquoise. HEX triplet: 2F, DA and EB. RGB value is (47,218,235). Sum of RGB (Red+Green+Blue) = 47+218+235=500 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FDAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDAEB is #D02514. Grayscale: #A8A8A8. Windows color (decimal): -13640981 or 15456815. OLE color: 15456815.

HSL color Cylindrical-coordinate representation of color #2FDAEB: hue angle of 185.43º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDAEB is Cyan = 0.8, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 218 235 -
CMYK 0.8 0.07 0 0.08
HSL 185.43º 0.82% 0.55% -
HSV(B) 185.43º 0.8% 0.92% -
XYZ 41.24 56.75 87.38 -
YUV 168.81 165.35 41.12 -
System Red Green Blue C M Y K H S L
Decimal 47 218 235 0.8 0.07 0 0.08 185.43 0.82 0.55
Hex 2F DA EB 50 7 0 8 B9 52 37
Octal 57 332 353 120 7 0 10 271 122 67
Binary 101111 11011010 11101011 1010000 111 0 1000 10111001 1010010 110111

Color Harmonies of #2FDAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDAEB

Black with #2FDAEB

Text Example


Text Example

White with #2FDAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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