Html Css Color HEX #2ACFE1 Turquoise

📋 copy color: '#2ACFE1'

red 42 ◦ green 207 ◦ blue 225

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

Shades of Turquoise #2ACFE1

Tints of Turquoise #2ACFE1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

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

R = 8.86%
G = 43.67%
B = 47.47%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2ACFE1 (or 0x2ACFE1) is known color: Turquoise. HEX triplet: 2A, CF and E1. RGB value is (42,207,225). Sum of RGB (Red+Green+Blue) = 42+207+225=474 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.86% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #2ACFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFE1 is #D5301E. Grayscale: #9F9F9F. Windows color (decimal): -13971487 or 14798634. OLE color: 14798634.

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

Color convert

RGB 42 207 225 -
CMYK 0.81 0.08 0 0.12
HSL 185.9º 0.75% 0.52% -
HSV(B) 185.9º 0.81% 0.88% -
XYZ 36.86 50.55 79.05 -
YUV 159.72 164.84 44.04 -
System Red Green Blue C M Y K H S L
Decimal 42 207 225 0.81 0.08 0 0.12 185.9 0.75 0.52
Hex 2A CF E1 51 8 0 C BA 4B 34
Octal 52 317 341 121 10 0 14 272 113 64
Binary 101010 11001111 11100001 1010001 1000 0 1100 10111010 1001011 110100

Color Harmonies of #2ACFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACFE1

Black with #2ACFE1

Text Example


Text Example

White with #2ACFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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