Html Css Color HEX #2ADFF1 Bright Turquoise

📋 copy color: '#2ADFF1'

red 42 ◦ green 223 ◦ blue 241

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

Shades of Bright Turquoise #2ADFF1

Tints of Bright Turquoise #2ADFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.63%

R = 8.3%
G = 44.07%
B = 47.63%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2ADFF1 (or 0x2ADFF1) is known color: Bright Turquoise. HEX triplet: 2A, DF and F1. RGB value is (42,223,241). Sum of RGB (Red+Green+Blue) = 42+223+241=506 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.30% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ADFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADFF1 is #D5200E. Grayscale: #AAAAAA. Windows color (decimal): -13967375 or 15851306. OLE color: 15851306.

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

Color convert

RGB 42 223 241 -
CMYK 0.83 0.07 0 0.05
HSL 185.43º 0.88% 0.55% -
HSV(B) 185.43º 0.83% 0.95% -
XYZ 43.22 59.62 92.45 -
YUV 170.93 167.53 36.04 -
System Red Green Blue C M Y K H S L
Decimal 42 223 241 0.83 0.07 0 0.05 185.43 0.88 0.55
Hex 2A DF F1 53 7 0 5 B9 58 37
Octal 52 337 361 123 7 0 5 271 130 67
Binary 101010 11011111 11110001 1010011 111 0 101 10111001 1011000 110111

Color Harmonies of #2ADFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADFF1

Black with #2ADFF1

Text Example


Text Example

White with #2ADFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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