Html Css Color HEX #2AF9ED Bright Turquoise

📋 copy color: '#2AF9ED'

red 42 ◦ green 249 ◦ blue 237

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

Shades of Bright Turquoise #2AF9ED

Tints of Bright Turquoise #2AF9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.16%

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 7.95%
G = 47.16%
B = 44.89%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#2AF9ED (or 0x2AF9ED) is known color: Bright Turquoise. HEX triplet: 2A, F9 and ED. RGB value is (42,249,237). Sum of RGB (Red+Green+Blue) = 42+249+237=528 (69% of max value = 765). Red value is 42 (16.80% from 255 or 7.95% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AF9ED is #D50612. Grayscale: #B9B9B9. Windows color (decimal): -13960723 or 15595818. OLE color: 15595818.

HSL color Cylindrical-coordinate representation of color #2AF9ED: hue angle of 176.52º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF9ED is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 237 -
CMYK 0.83 0 0.05 0.02
HSL 176.52º 0.95% 0.57% -
HSV(B) 176.52º 0.83% 0.98% -
XYZ 50.12 74.36 91.83 -
YUV 185.74 156.92 25.48 -
System Red Green Blue C M Y K H S L
Decimal 42 249 237 0.83 0 0.05 0.02 176.52 0.95 0.57
Hex 2A F9 ED 53 0 5 2 B1 5F 39
Octal 52 371 355 123 0 5 2 261 137 71
Binary 101010 11111001 11101101 1010011 0 101 10 10110001 1011111 111001

Color Harmonies of #2AF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF9ED

Black with #2AF9ED

Text Example


Text Example

White with #2AF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,249,237); }

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

background-color css

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

 a { background-color: rgb(42,249,237); }

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

border-color css

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

 span { border-color: rgb(42,249,237); }

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