Html Css Color HEX #2DEFCB Turquoise

📋 copy color: '#2DEFCB'

red 45 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #2DEFCB

Tints of Turquoise #2DEFCB

RGB

 RED value IS 45 (17.97% from 255) = 9.24%

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 9.24%
G = 49.08%
B = 41.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#2DEFCB (or 0x2DEFCB) is known color: Turquoise. HEX triplet: 2D, EF and CB. RGB value is (45,239,203). Sum of RGB (Red+Green+Blue) = 45+239+203=487 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.24% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEFCB is #D21034. Grayscale: #B0B0B0. Windows color (decimal): -13766709 or 13365037. OLE color: 13365037.

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

Color convert

RGB 45 239 203 -
CMYK 0.81 0 0.15 0.06
HSL 168.87º 0.86% 0.56% -
HSV(B) 168.87º 0.81% 0.94% -
XYZ 42.73 66.6 67.1 -
YUV 176.89 142.73 33.93 -
System Red Green Blue C M Y K H S L
Decimal 45 239 203 0.81 0 0.15 0.06 168.87 0.86 0.56
Hex 2D EF CB 51 0 F 6 A9 56 38
Octal 55 357 313 121 0 17 6 251 126 70
Binary 101101 11101111 11001011 1010001 0 1111 110 10101001 1010110 111000

Color Harmonies of #2DEFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEFCB

Black with #2DEFCB

Text Example


Text Example

White with #2DEFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,239,203); }

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

background-color css

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

 a { background-color: rgb(45,239,203); }

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

border-color css

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

 span { border-color: rgb(45,239,203); }

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