Html Css Color HEX #0DEFBD Bright Turquoise

📋 copy color: '#0DEFBD'

red 13 ◦ green 239 ◦ blue 189

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

Shades of Bright Turquoise #0DEFBD

Tints of Bright Turquoise #0DEFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.2%

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 2.95%
G = 54.2%
B = 42.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#0DEFBD (or 0x0DEFBD) is known color: Bright Turquoise. HEX triplet: 0D, EF and BD. RGB value is (13,239,189). Sum of RGB (Red+Green+Blue) = 13+239+189=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEFBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEFBD is #F21042. Grayscale: #A5A5A5. Windows color (decimal): -15863875 or 12447501. OLE color: 12447501.

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

Color convert

RGB 13 239 189 -
CMYK 0.95 0 0.21 0.06
HSL 166.73º 0.9% 0.49% -
HSV(B) 166.73º 0.95% 0.94% -
XYZ 40.22 65.49 58.67 -
YUV 165.73 141.13 19.07 -
System Red Green Blue C M Y K H S L
Decimal 13 239 189 0.95 0 0.21 0.06 166.73 0.9 0.49
Hex D EF BD 5F 0 15 6 A7 5A 31
Octal 15 357 275 137 0 25 6 247 132 61
Binary 1101 11101111 10111101 1011111 0 10101 110 10100111 1011010 110001

Color Harmonies of #0DEFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEFBD

Black with #0DEFBD

Text Example


Text Example

White with #0DEFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,239,189); }

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

background-color css

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

 a { background-color: rgb(13,239,189); }

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

border-color css

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

 span { border-color: rgb(13,239,189); }

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