Html Css Color HEX #0ADAF0 Bright Turquoise

📋 copy color: '#0ADAF0'

red 10 ◦ green 218 ◦ blue 240

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

Shades of Bright Turquoise #0ADAF0

Tints of Bright Turquoise #0ADAF0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.58%

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 2.14%
G = 46.58%
B = 51.28%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0ADAF0 (or 0x0ADAF0) is known color: Bright Turquoise. HEX triplet: 0A, DA and F0. RGB value is (10,218,240). Sum of RGB (Red+Green+Blue) = 10+218+240=468 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #0ADAF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADAF0 is #F5250F. Grayscale: #9E9E9E. Windows color (decimal): -16065808 or 15784458. OLE color: 15784458.

HSL color Cylindrical-coordinate representation of color #0ADAF0: hue angle of 185.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADAF0 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 10 218 240 -
CMYK 0.96 0.09 0 0.06
HSL 185.74º 0.92% 0.49% -
HSV(B) 185.74º 0.96% 0.94% -
XYZ 40.92 56.5 91.19 -
YUV 158.32 174.09 22.21 -
System Red Green Blue C M Y K H S L
Decimal 10 218 240 0.96 0.09 0 0.06 185.74 0.92 0.49
Hex A DA F0 60 9 0 6 BA 5C 31
Octal 12 332 360 140 11 0 6 272 134 61
Binary 1010 11011010 11110000 1100000 1001 0 110 10111010 1011100 110001

Color Harmonies of #0ADAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADAF0

Black with #0ADAF0

Text Example


Text Example

White with #0ADAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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