Html Css Color HEX #0DEFEB Bright Turquoise

📋 copy color: '#0DEFEB'

red 13 ◦ green 239 ◦ blue 235

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

Shades of Bright Turquoise #0DEFEB

Tints of Bright Turquoise #0DEFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 2.67%
G = 49.08%
B = 48.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#0DEFEB (or 0x0DEFEB) is known color: Bright Turquoise. HEX triplet: 0D, EF and EB. RGB value is (13,239,235). Sum of RGB (Red+Green+Blue) = 13+239+235=487 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEFEB is #F21014. Grayscale: #AAAAAA. Windows color (decimal): -15863829 or 15462157. OLE color: 15462157.

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

Color convert

RGB 13 239 235 -
CMYK 0.95 0 0.02 0.06
HSL 178.94º 0.9% 0.49% -
HSV(B) 178.94º 0.95% 0.94% -
XYZ 46.03 67.82 89.26 -
YUV 170.97 164.13 15.33 -
System Red Green Blue C M Y K H S L
Decimal 13 239 235 0.95 0 0.02 0.06 178.94 0.9 0.49
Hex D EF EB 5F 0 2 6 B3 5A 31
Octal 15 357 353 137 0 2 6 263 132 61
Binary 1101 11101111 11101011 1011111 0 10 110 10110011 1011010 110001

Color Harmonies of #0DEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEFEB

Black with #0DEFEB

Text Example


Text Example

White with #0DEFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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