Html Css Color HEX #2AEFE7 Turquoise

📋 copy color: '#2AEFE7'

red 42 ◦ green 239 ◦ blue 231

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

Shades of Turquoise #2AEFE7

Tints of Turquoise #2AEFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.12%

R = 8.2%
G = 46.68%
B = 45.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#2AEFE7 (or 0x2AEFE7) is known color: Turquoise. HEX triplet: 2A, EF and E7. RGB value is (42,239,231). Sum of RGB (Red+Green+Blue) = 42+239+231=512 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.20% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEFE7 is #D51018. Grayscale: #B3B3B3. Windows color (decimal): -13963289 or 15200042. OLE color: 15200042.

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

Color convert

RGB 42 239 231 -
CMYK 0.82 0 0.03 0.06
HSL 177.56º 0.86% 0.55% -
HSV(B) 177.56º 0.82% 0.94% -
XYZ 46.25 67.99 86.29 -
YUV 179.19 157.23 30.15 -
System Red Green Blue C M Y K H S L
Decimal 42 239 231 0.82 0 0.03 0.06 177.56 0.86 0.55
Hex 2A EF E7 52 0 3 6 B2 56 37
Octal 52 357 347 122 0 3 6 262 126 67
Binary 101010 11101111 11100111 1010010 0 11 110 10110010 1010110 110111

Color Harmonies of #2AEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEFE7

Black with #2AEFE7

Text Example


Text Example

White with #2AEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,239,231); }

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

background-color css

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

 a { background-color: rgb(42,239,231); }

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

border-color css

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

 span { border-color: rgb(42,239,231); }

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