Html Css Color HEX #2ACFDA Turquoise

📋 copy color: '#2ACFDA'

red 42 ◦ green 207 ◦ blue 218

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

Shades of Turquoise #2ACFDA

Tints of Turquoise #2ACFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 8.99%
G = 44.33%
B = 46.68%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2ACFDA (or 0x2ACFDA) is known color: Turquoise. HEX triplet: 2A, CF and DA. RGB value is (42,207,218). Sum of RGB (Red+Green+Blue) = 42+207+218=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #2ACFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFDA is #D53025. Grayscale: #9E9E9E. Windows color (decimal): -13971494 or 14339882. OLE color: 14339882.

HSL color Cylindrical-coordinate representation of color #2ACFDA: hue angle of 183.75º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACFDA is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 207 218 -
CMYK 0.81 0.05 0 0.15
HSL 183.75º 0.7% 0.51% -
HSV(B) 183.75º 0.81% 0.85% -
XYZ 35.92 50.18 74.12 -
YUV 158.92 161.34 44.61 -
System Red Green Blue C M Y K H S L
Decimal 42 207 218 0.81 0.05 0 0.15 183.75 0.7 0.51
Hex 2A CF DA 51 5 0 F B8 46 33
Octal 52 317 332 121 5 0 17 270 106 63
Binary 101010 11001111 11011010 1010001 101 0 1111 10111000 1000110 110011

Color Harmonies of #2ACFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACFDA

Black with #2ACFDA

Text Example


Text Example

White with #2ACFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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