Html Css Color HEX #2ADFE1 Turquoise

📋 copy color: '#2ADFE1'

red 42 ◦ green 223 ◦ blue 225

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

Shades of Turquoise #2ADFE1

Tints of Turquoise #2ADFE1

RGB

 RED value IS 42 (16.8% from 255) = 8.57%

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

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 8.57%
G = 45.51%
B = 45.92%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2ADFE1 (or 0x2ADFE1) is known color: Turquoise. HEX triplet: 2A, DF and E1. RGB value is (42,223,225). Sum of RGB (Red+Green+Blue) = 42+223+225=490 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.57% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #2ADFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFE1 is #D5201E. Grayscale: #A8A8A8. Windows color (decimal): -13967391 or 14802730. OLE color: 14802730.

HSL color Cylindrical-coordinate representation of color #2ADFE1: hue angle of 180.66º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADFE1 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 223 225 -
CMYK 0.81 0.01 0 0.12
HSL 180.66º 0.75% 0.52% -
HSV(B) 180.66º 0.81% 0.88% -
XYZ 40.93 58.7 80.41 -
YUV 169.11 159.53 37.34 -
System Red Green Blue C M Y K H S L
Decimal 42 223 225 0.81 0.01 0 0.12 180.66 0.75 0.52
Hex 2A DF E1 51 1 0 C B5 4B 34
Octal 52 337 341 121 1 0 14 265 113 64
Binary 101010 11011111 11100001 1010001 1 0 1100 10110101 1001011 110100

Color Harmonies of #2ADFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADFE1

Black with #2ADFE1

Text Example


Text Example

White with #2ADFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,223,225); }

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

background-color css

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

 a { background-color: rgb(42,223,225); }

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

border-color css

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

 span { border-color: rgb(42,223,225); }

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