Html Css Color HEX #2FDBEB Turquoise

📋 copy color: '#2FDBEB'

red 47 ◦ green 219 ◦ blue 235

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

Shades of Turquoise #2FDBEB

Tints of Turquoise #2FDBEB

RGB

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

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

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

R = 9.38%
G = 43.71%
B = 46.91%

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

#2FDBEB (or 0x2FDBEB) is known color: Turquoise. HEX triplet: 2F, DB and EB. RGB value is (47,219,235). Sum of RGB (Red+Green+Blue) = 47+219+235=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FDBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDBEB is #D02414. Grayscale: #A9A9A9. Windows color (decimal): -13640725 or 15457071. OLE color: 15457071.

HSL color Cylindrical-coordinate representation of color #2FDBEB: hue angle of 185.11º 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 #2FDBEB is Cyan = 0.8, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 219 235 -
CMYK 0.8 0.07 0 0.08
HSL 185.11º 0.82% 0.55% -
HSV(B) 185.11º 0.8% 0.92% -
XYZ 41.5 57.27 87.46 -
YUV 169.4 165.02 40.7 -
System Red Green Blue C M Y K H S L
Decimal 47 219 235 0.8 0.07 0 0.08 185.11 0.82 0.55
Hex 2F DB EB 50 7 0 8 B9 52 37
Octal 57 333 353 120 7 0 10 271 122 67
Binary 101111 11011011 11101011 1010000 111 0 1000 10111001 1010010 110111

Color Harmonies of #2FDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDBEB

Black with #2FDBEB

Text Example


Text Example

White with #2FDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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