Html Css Color HEX #0DECBB Bright Turquoise

📋 copy color: '#0DECBB'

red 13 ◦ green 236 ◦ blue 187

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

Shades of Bright Turquoise #0DECBB

Tints of Bright Turquoise #0DECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.13%

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 2.98%
G = 54.13%
B = 42.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#0DECBB (or 0x0DECBB) is known color: Bright Turquoise. HEX triplet: 0D, EC and BB. RGB value is (13,236,187). Sum of RGB (Red+Green+Blue) = 13+236+187=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #0DECBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DECBB is #F21344. Grayscale: #A3A3A3. Windows color (decimal): -15864645 or 12315661. OLE color: 12315661.

HSL color Cylindrical-coordinate representation of color #0DECBB: hue angle of 166.82º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DECBB is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 236 187 -
CMYK 0.94 0 0.21 0.07
HSL 166.82º 0.9% 0.49% -
HSV(B) 166.82º 0.94% 0.93% -
XYZ 39.13 63.66 57.24 -
YUV 163.74 141.12 20.48 -
System Red Green Blue C M Y K H S L
Decimal 13 236 187 0.94 0 0.21 0.07 166.82 0.9 0.49
Hex D EC BB 5E 0 15 7 A7 5A 31
Octal 15 354 273 136 0 25 7 247 132 61
Binary 1101 11101100 10111011 1011110 0 10101 111 10100111 1011010 110001

Color Harmonies of #0DECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DECBB

Black with #0DECBB

Text Example


Text Example

White with #0DECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,236,187); }

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

background-color css

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

 a { background-color: rgb(13,236,187); }

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

border-color css

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

 span { border-color: rgb(13,236,187); }

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