Html Css Color HEX #2ADCEE Turquoise

📋 copy color: '#2ADCEE'

red 42 ◦ green 220 ◦ blue 238

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

Shades of Turquoise #2ADCEE

Tints of Turquoise #2ADCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 8.4%
G = 44%
B = 47.6%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ADCEE (or 0x2ADCEE) is known color: Turquoise. HEX triplet: 2A, DC and EE. RGB value is (42,220,238). Sum of RGB (Red+Green+Blue) = 42+220+238=500 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #2ADCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADCEE is #D52311. Grayscale: #A8A8A8. Windows color (decimal): -13968146 or 15653930. OLE color: 15653930.

HSL color Cylindrical-coordinate representation of color #2ADCEE: hue angle of 185.51º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADCEE is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 220 238 -
CMYK 0.82 0.08 0 0.07
HSL 185.51º 0.85% 0.55% -
HSV(B) 185.51º 0.82% 0.93% -
XYZ 41.98 57.85 89.84 -
YUV 168.83 167.03 37.54 -
System Red Green Blue C M Y K H S L
Decimal 42 220 238 0.82 0.08 0 0.07 185.51 0.85 0.55
Hex 2A DC EE 52 8 0 7 BA 55 37
Octal 52 334 356 122 10 0 7 272 125 67
Binary 101010 11011100 11101110 1010010 1000 0 111 10111010 1010101 110111

Color Harmonies of #2ADCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADCEE

Black with #2ADCEE

Text Example


Text Example

White with #2ADCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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