Html Css Color HEX #2DEFCA Turquoise

📋 copy color: '#2DEFCA'

red 45 ◦ green 239 ◦ blue 202

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

Shades of Turquoise #2DEFCA

Tints of Turquoise #2DEFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 9.26%
G = 49.18%
B = 41.56%

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

#2DEFCA (or 0x2DEFCA) is known color: Turquoise. HEX triplet: 2D, EF and CA. RGB value is (45,239,202). Sum of RGB (Red+Green+Blue) = 45+239+202=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEFCA is #D21035. Grayscale: #B0B0B0. Windows color (decimal): -13766710 or 13299501. OLE color: 13299501.

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

Color convert

RGB 45 239 202 -
CMYK 0.81 0 0.15 0.06
HSL 168.56º 0.86% 0.56% -
HSV(B) 168.56º 0.81% 0.94% -
XYZ 42.61 66.56 66.48 -
YUV 176.78 142.23 34.01 -
System Red Green Blue C M Y K H S L
Decimal 45 239 202 0.81 0 0.15 0.06 168.56 0.86 0.56
Hex 2D EF CA 51 0 F 6 A9 56 38
Octal 55 357 312 121 0 17 6 251 126 70
Binary 101101 11101111 11001010 1010001 0 1111 110 10101001 1010110 111000

Color Harmonies of #2DEFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEFCA

Black with #2DEFCA

Text Example


Text Example

White with #2DEFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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