Html Css Color HEX #2ADFFF Bright Turquoise

📋 copy color: '#2ADFFF'

red 42 ◦ green 223 ◦ blue 255

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

Shades of Bright Turquoise #2ADFFF

Tints of Bright Turquoise #2ADFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.88%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 8.08%
G = 42.88%
B = 49.04%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2ADFFF (or 0x2ADFFF) is known color: Bright Turquoise. HEX triplet: 2A, DF and FF. RGB value is (42,223,255). Sum of RGB (Red+Green+Blue) = 42+223+255=520 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.08% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ADFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADFFF is #D52000. Grayscale: #ACACAC. Windows color (decimal): -13967361 or 16768810. OLE color: 16768810.

HSL color Cylindrical-coordinate representation of color #2ADFFF: hue angle of 189.01º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ADFFF is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 42 223 255 -
CMYK 0.84 0.13 0 0
HSL 189.01º 1% 0.58% -
HSV(B) 189.01º 0.84% 1% -
XYZ 45.39 60.49 103.89 -
YUV 172.53 174.53 34.9 -
System Red Green Blue C M Y K H S L
Decimal 42 223 255 0.84 0.13 0 0 189.01 1 0.58
Hex 2A DF FF 54 D 0 0 BD 64 3A
Octal 52 337 377 124 15 0 0 275 144 72
Binary 101010 11011111 11111111 1010100 1101 0 0 10111101 1100100 111010

Color Harmonies of #2ADFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADFFF

Black with #2ADFFF

Text Example


Text Example

White with #2ADFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,223,255); }

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

background-color css

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

 a { background-color: rgb(42,223,255); }

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

border-color css

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

 span { border-color: rgb(42,223,255); }

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