Html Css Color HEX #0ADFDA Bright Turquoise

📋 copy color: '#0ADFDA'

red 10 ◦ green 223 ◦ blue 218

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

Shades of Bright Turquoise #0ADFDA

Tints of Bright Turquoise #0ADFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 2.22%
G = 49.45%
B = 48.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#0ADFDA (or 0x0ADFDA) is known color: Bright Turquoise. HEX triplet: 0A, DF and DA. RGB value is (10,223,218). Sum of RGB (Red+Green+Blue) = 10+223+218=451 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADFDA is #F52025. Grayscale: #9E9E9E. Windows color (decimal): -16064550 or 14343946. OLE color: 14343946.

HSL color Cylindrical-coordinate representation of color #0ADFDA: hue angle of 178.59º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADFDA is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 223 218 -
CMYK 0.96 0 0.02 0.13
HSL 178.59º 0.91% 0.46% -
HSV(B) 178.59º 0.96% 0.87% -
XYZ 39.17 57.9 75.44 -
YUV 158.74 161.43 21.91 -
System Red Green Blue C M Y K H S L
Decimal 10 223 218 0.96 0 0.02 0.13 178.59 0.91 0.46
Hex A DF DA 60 0 2 D B3 5B 2E
Octal 12 337 332 140 0 2 15 263 133 56
Binary 1010 11011111 11011010 1100000 0 10 1101 10110011 1011011 101110

Color Harmonies of #0ADFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADFDA

Black with #0ADFDA

Text Example


Text Example

White with #0ADFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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