Html Css Color HEX #2BDFE9 Turquoise

📋 copy color: '#2BDFE9'

red 43 ◦ green 223 ◦ blue 233

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

Shades of Turquoise #2BDFE9

Tints of Turquoise #2BDFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.69%

R = 8.62%
G = 44.69%
B = 46.69%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2BDFE9 (or 0x2BDFE9) is known color: Turquoise. HEX triplet: 2B, DF and E9. RGB value is (43,223,233). Sum of RGB (Red+Green+Blue) = 43+223+233=499 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.62% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #2BDFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDFE9 is #D42016. Grayscale: #AAAAAA. Windows color (decimal): -13901847 or 15327019. OLE color: 15327019.

HSL color Cylindrical-coordinate representation of color #2BDFE9: hue angle of 183.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BDFE9 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 223 233 -
CMYK 0.82 0.04 0 0.09
HSL 183.16º 0.81% 0.54% -
HSV(B) 183.16º 0.82% 0.91% -
XYZ 42.09 59.17 86.29 -
YUV 170.32 163.37 37.19 -
System Red Green Blue C M Y K H S L
Decimal 43 223 233 0.82 0.04 0 0.09 183.16 0.81 0.54
Hex 2B DF E9 52 4 0 9 B7 51 36
Octal 53 337 351 122 4 0 11 267 121 66
Binary 101011 11011111 11101001 1010010 100 0 1001 10110111 1010001 110110

Color Harmonies of #2BDFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDFE9

Black with #2BDFE9

Text Example


Text Example

White with #2BDFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,223,233); }

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

background-color css

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

 a { background-color: rgb(43,223,233); }

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

border-color css

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

 span { border-color: rgb(43,223,233); }

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