Html Css Color HEX #0DFADB Bright Turquoise

📋 copy color: '#0DFADB'

red 13 ◦ green 250 ◦ blue 219

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

Shades of Bright Turquoise #0DFADB

Tints of Bright Turquoise #0DFADB

RGB

 RED value IS 13 (5.47% from 255) = 2.7%

 GREEN value IS 250 (98.05% from 255) = 51.87%

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 2.7%
G = 51.87%
B = 45.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#0DFADB (or 0x0DFADB) is known color: Bright Turquoise. HEX triplet: 0D, FA and DB. RGB value is (13,250,219). Sum of RGB (Red+Green+Blue) = 13+250+219=482 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.70% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFADB is #F20524. Grayscale: #AFAFAF. Windows color (decimal): -15861029 or 14416397. OLE color: 14416397.

HSL color Cylindrical-coordinate representation of color #0DFADB: hue angle of 172.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFADB is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 250 219 -
CMYK 0.95 0 0.12 0.02
HSL 172.15º 0.96% 0.52% -
HSV(B) 172.15º 0.95% 0.98% -
XYZ 47.14 73.57 78.73 -
YUV 175.6 152.48 12.02 -
System Red Green Blue C M Y K H S L
Decimal 13 250 219 0.95 0 0.12 0.02 172.15 0.96 0.52
Hex D FA DB 5F 0 C 2 AC 60 34
Octal 15 372 333 137 0 14 2 254 140 64
Binary 1101 11111010 11011011 1011111 0 1100 10 10101100 1100000 110100

Color Harmonies of #0DFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFADB

Black with #0DFADB

Text Example


Text Example

White with #0DFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,250,219); }

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

background-color css

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

 a { background-color: rgb(13,250,219); }

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

border-color css

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

 span { border-color: rgb(13,250,219); }

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