Html Css Color HEX #2FDDEB Turquoise

📋 copy color: '#2FDDEB'

red 47 ◦ green 221 ◦ blue 235

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

Shades of Turquoise #2FDDEB

Tints of Turquoise #2FDDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.94%

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

R = 9.34%
G = 43.94%
B = 46.72%

CMYK

 C value IS 0.8

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FDDEB (or 0x2FDDEB) is known color: Turquoise. HEX triplet: 2F, DD and EB. RGB value is (47,221,235). Sum of RGB (Red+Green+Blue) = 47+221+235=503 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.34% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FDDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDDEB is #D02214. Grayscale: #AAAAAA. Windows color (decimal): -13640213 or 15457583. OLE color: 15457583.

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

Color convert

RGB 47 221 235 -
CMYK 0.8 0.06 0 0.08
HSL 184.47º 0.82% 0.55% -
HSV(B) 184.47º 0.8% 0.92% -
XYZ 42.02 58.32 87.64 -
YUV 170.57 164.35 39.86 -
System Red Green Blue C M Y K H S L
Decimal 47 221 235 0.8 0.06 0 0.08 184.47 0.82 0.55
Hex 2F DD EB 50 6 0 8 B8 52 37
Octal 57 335 353 120 6 0 10 270 122 67
Binary 101111 11011101 11101011 1010000 110 0 1000 10111000 1010010 110111

Color Harmonies of #2FDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDDEB

Black with #2FDDEB

Text Example


Text Example

White with #2FDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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