Html Css Color HEX #0DFECE Bright Turquoise

📋 copy color: '#0DFECE'

red 13 ◦ green 254 ◦ blue 206

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

Shades of Bright Turquoise #0DFECE

Tints of Bright Turquoise #0DFECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.7%

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 2.75%
G = 53.7%
B = 43.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#0DFECE (or 0x0DFECE) is known color: Bright Turquoise. HEX triplet: 0D, FE and CE. RGB value is (13,254,206). Sum of RGB (Red+Green+Blue) = 13+254+206=473 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFECE is #F20131. Grayscale: #B0B0B0. Windows color (decimal): -15860018 or 13565453. OLE color: 13565453.

HSL color Cylindrical-coordinate representation of color #0DFECE: hue angle of 168.05º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFECE is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 13 254 206 -
CMYK 0.95 0 0.19 0.00
HSL 168.05º 0.99% 0.52% -
HSV(B) 168.05º 0.95% 1% -
XYZ 46.75 75.43 70.49 -
YUV 176.47 144.66 11.4 -
System Red Green Blue C M Y K H S L
Decimal 13 254 206 0.95 0 0.19 0.00 168.05 0.99 0.52
Hex D FE CE 5F 0 13 0 A8 63 34
Octal 15 376 316 137 0 23 0 250 143 64
Binary 1101 11111110 11001110 1011111 0 10011 0 10101000 1100011 110100

Color Harmonies of #0DFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFECE

Black with #0DFECE

Text Example


Text Example

White with #0DFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,254,206); }

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

background-color css

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

 a { background-color: rgb(13,254,206); }

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

border-color css

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

 span { border-color: rgb(13,254,206); }

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