Html Css Color HEX #2ADCEF Bright Turquoise

📋 copy color: '#2ADCEF'

red 42 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #2ADCEF

Tints of Bright Turquoise #2ADCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.91%

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 8.38%
G = 43.91%
B = 47.7%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2ADCEF (or 0x2ADCEF) is known color: Bright Turquoise. HEX triplet: 2A, DC and EF. RGB value is (42,220,239). Sum of RGB (Red+Green+Blue) = 42+220+239=501 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.38% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ADCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADCEF is #D52310. Grayscale: #A8A8A8. Windows color (decimal): -13968145 or 15719466. OLE color: 15719466.

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

Color convert

RGB 42 220 239 -
CMYK 0.82 0.08 0 0.06
HSL 185.79º 0.86% 0.55% -
HSV(B) 185.79º 0.82% 0.94% -
XYZ 42.13 57.91 90.62 -
YUV 168.94 167.53 37.46 -
System Red Green Blue C M Y K H S L
Decimal 42 220 239 0.82 0.08 0 0.06 185.79 0.86 0.55
Hex 2A DC EF 52 8 0 6 BA 56 37
Octal 52 334 357 122 10 0 6 272 126 67
Binary 101010 11011100 11101111 1010010 1000 0 110 10111010 1010110 110111

Color Harmonies of #2ADCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADCEF

Black with #2ADCEF

Text Example


Text Example

White with #2ADCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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