Html Css Color HEX #2BEFCD Turquoise

📋 copy color: '#2BEFCD'

red 43 ◦ green 239 ◦ blue 205

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

Shades of Turquoise #2BEFCD

Tints of Turquoise #2BEFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.08%

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 8.83%
G = 49.08%
B = 42.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#2BEFCD (or 0x2BEFCD) is known color: Turquoise. HEX triplet: 2B, EF and CD. RGB value is (43,239,205). Sum of RGB (Red+Green+Blue) = 43+239+205=487 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.83% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFCD is #D41032. Grayscale: #B0B0B0. Windows color (decimal): -13897779 or 13496107. OLE color: 13496107.

HSL color Cylindrical-coordinate representation of color #2BEFCD: hue angle of 169.59º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEFCD is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 239 205 -
CMYK 0.82 0 0.14 0.06
HSL 169.59º 0.86% 0.55% -
HSV(B) 169.59º 0.82% 0.94% -
XYZ 42.88 66.65 68.36 -
YUV 176.52 144.07 32.76 -
System Red Green Blue C M Y K H S L
Decimal 43 239 205 0.82 0 0.14 0.06 169.59 0.86 0.55
Hex 2B EF CD 52 0 E 6 AA 56 37
Octal 53 357 315 122 0 16 6 252 126 67
Binary 101011 11101111 11001101 1010010 0 1110 110 10101010 1010110 110111

Color Harmonies of #2BEFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEFCD

Black with #2BEFCD

Text Example


Text Example

White with #2BEFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,239,205); }

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

background-color css

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

 a { background-color: rgb(43,239,205); }

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

border-color css

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

 span { border-color: rgb(43,239,205); }

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