Html Css Color HEX #0ADFE4 Bright Turquoise

📋 copy color: '#0ADFE4'

red 10 ◦ green 223 ◦ blue 228

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

Shades of Bright Turquoise #0ADFE4

Tints of Bright Turquoise #0ADFE4

RGB

 RED value IS 10 (4.3% from 255) = 2.17%

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

 BLUE value IS 228 (89.45% from 255) = 49.46%

R = 2.17%
G = 48.37%
B = 49.46%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0ADFE4 (or 0x0ADFE4) is known color: Bright Turquoise. HEX triplet: 0A, DF and E4. RGB value is (10,223,228). Sum of RGB (Red+Green+Blue) = 10+223+228=461 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #0ADFE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADFE4 is #F5201B. Grayscale: #9F9F9F. Windows color (decimal): -16064540 or 14999306. OLE color: 14999306.

HSL color Cylindrical-coordinate representation of color #0ADFE4: hue angle of 181.38º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADFE4 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 223 228 -
CMYK 0.96 0.02 0 0.11
HSL 181.38º 0.92% 0.47% -
HSV(B) 181.38º 0.96% 0.89% -
XYZ 40.52 58.44 82.54 -
YUV 159.88 166.43 21.09 -
System Red Green Blue C M Y K H S L
Decimal 10 223 228 0.96 0.02 0 0.11 181.38 0.92 0.47
Hex A DF E4 60 2 0 B B5 5C 2F
Octal 12 337 344 140 2 0 13 265 134 57
Binary 1010 11011111 11100100 1100000 10 0 1011 10110101 1011100 101111

Color Harmonies of #0ADFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADFE4

Black with #0ADFE4

Text Example


Text Example

White with #0ADFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ADFE4; }

 p { color: rgb(10,223,228); }

 H1.HeaderClassName
 {
   color: #0ADFE4;
 }
 .AnyTagClassName
 {
   color: #0ADFE4;
 }
</style>

background-color css

<style>
 a { background-color: #0ADFE4; }

 a { background-color: rgb(10,223,228); }

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

border-color css

<style>
 span { border-color: #0ADFE4; }

 span { border-color: rgb(10,223,228); }

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