Html Css Color HEX #2ADEFA Bright Turquoise

📋 copy color: '#2ADEFA'

red 42 ◦ green 222 ◦ blue 250

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

Shades of Bright Turquoise #2ADEFA

Tints of Bright Turquoise #2ADEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.19%

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 8.17%
G = 43.19%
B = 48.64%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2ADEFA (or 0x2ADEFA) is known color: Bright Turquoise. HEX triplet: 2A, DE and FA. RGB value is (42,222,250). Sum of RGB (Red+Green+Blue) = 42+222+250=514 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.17% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #2ADEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADEFA is #D52105. Grayscale: #ABABAB. Windows color (decimal): -13967622 or 16440874. OLE color: 16440874.

HSL color Cylindrical-coordinate representation of color #2ADEFA: hue angle of 188.08º 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 #2ADEFA is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 222 250 -
CMYK 0.83 0.11 0 0.02
HSL 188.08º 0.95% 0.57% -
HSV(B) 188.08º 0.83% 0.98% -
XYZ 44.33 59.64 99.62 -
YUV 171.37 172.37 35.72 -
System Red Green Blue C M Y K H S L
Decimal 42 222 250 0.83 0.11 0 0.02 188.08 0.95 0.57
Hex 2A DE FA 53 B 0 2 BC 5F 39
Octal 52 336 372 123 13 0 2 274 137 71
Binary 101010 11011110 11111010 1010011 1011 0 10 10111100 1011111 111001

Color Harmonies of #2ADEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADEFA

Black with #2ADEFA

Text Example


Text Example

White with #2ADEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,222,250); }

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

background-color css

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

 a { background-color: rgb(42,222,250); }

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

border-color css

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

 span { border-color: rgb(42,222,250); }

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