Html Css Color HEX #0DFACB Bright Turquoise

📋 copy color: '#0DFACB'

red 13 ◦ green 250 ◦ blue 203

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

Shades of Bright Turquoise #0DFACB

Tints of Bright Turquoise #0DFACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 2.79%
G = 53.65%
B = 43.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#0DFACB (or 0x0DFACB) is known color: Bright Turquoise. HEX triplet: 0D, FA and CB. RGB value is (13,250,203). Sum of RGB (Red+Green+Blue) = 13+250+203=466 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.79% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFACB is #F20534. Grayscale: #ADADAD. Windows color (decimal): -15861045 or 13367821. OLE color: 13367821.

HSL color Cylindrical-coordinate representation of color #0DFACB: hue angle of 168.1º 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 #0DFACB is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 250 203 -
CMYK 0.95 0 0.19 0.02
HSL 168.1º 0.96% 0.52% -
HSV(B) 168.1º 0.95% 0.98% -
XYZ 45.13 72.77 68.17 -
YUV 173.78 144.48 13.32 -
System Red Green Blue C M Y K H S L
Decimal 13 250 203 0.95 0 0.19 0.02 168.1 0.96 0.52
Hex D FA CB 5F 0 13 2 A8 60 34
Octal 15 372 313 137 0 23 2 250 140 64
Binary 1101 11111010 11001011 1011111 0 10011 10 10101000 1100000 110100

Color Harmonies of #0DFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFACB

Black with #0DFACB

Text Example


Text Example

White with #0DFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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