Html Css Color HEX #2BFEDD Turquoise

📋 copy color: '#2BFEDD'

red 43 ◦ green 254 ◦ blue 221

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

Shades of Turquoise #2BFEDD

Tints of Turquoise #2BFEDD

RGB

 RED value IS 43 (17.19% from 255) = 8.3%

 GREEN value IS 254 (99.61% from 255) = 49.03%

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 8.3%
G = 49.03%
B = 42.66%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#2BFEDD (or 0x2BFEDD) is known color: Turquoise. HEX triplet: 2B, FE and DD. RGB value is (43,254,221). Sum of RGB (Red+Green+Blue) = 43+254+221=518 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.30% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFEDD is #D40122. Grayscale: #BBBBBB. Windows color (decimal): -13893923 or 14548523. OLE color: 14548523.

HSL color Cylindrical-coordinate representation of color #2BFEDD: hue angle of 170.62º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFEDD is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 43 254 221 -
CMYK 0.83 0 0.13 0.00
HSL 170.62º 0.99% 0.58% -
HSV(B) 170.62º 0.83% 1% -
XYZ 49.49 76.62 80.59 -
YUV 187.15 147.1 25.18 -
System Red Green Blue C M Y K H S L
Decimal 43 254 221 0.83 0 0.13 0.00 170.62 0.99 0.58
Hex 2B FE DD 53 0 D 0 AB 63 3A
Octal 53 376 335 123 0 15 0 253 143 72
Binary 101011 11111110 11011101 1010011 0 1101 0 10101011 1100011 111010

Color Harmonies of #2BFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFEDD

Black with #2BFEDD

Text Example


Text Example

White with #2BFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,254,221); }

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

background-color css

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

 a { background-color: rgb(43,254,221); }

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

border-color css

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

 span { border-color: rgb(43,254,221); }

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