Html Css Color HEX #0DF0ED Bright Turquoise

📋 copy color: '#0DF0ED'

red 13 ◦ green 240 ◦ blue 237

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

Shades of Bright Turquoise #0DF0ED

Tints of Bright Turquoise #0DF0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 2.65%
G = 48.98%
B = 48.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#0DF0ED (or 0x0DF0ED) is known color: Bright Turquoise. HEX triplet: 0D, F0 and ED. RGB value is (13,240,237). Sum of RGB (Red+Green+Blue) = 13+240+237=490 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.65% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF0ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF0ED is #F20F12. Grayscale: #ABABAB. Windows color (decimal): -15863571 or 15593485. OLE color: 15593485.

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

Color convert

RGB 13 240 237 -
CMYK 0.95 0 0.01 0.06
HSL 179.21º 0.9% 0.5% -
HSV(B) 179.21º 0.95% 0.94% -
XYZ 46.61 68.52 90.89 -
YUV 171.79 164.79 14.74 -
System Red Green Blue C M Y K H S L
Decimal 13 240 237 0.95 0 0.01 0.06 179.21 0.9 0.5
Hex D F0 ED 5F 0 1 6 B3 5A 32
Octal 15 360 355 137 0 1 6 263 132 62
Binary 1101 11110000 11101101 1011111 0 1 110 10110011 1011010 110010

Color Harmonies of #0DF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF0ED

Black with #0DF0ED

Text Example


Text Example

White with #0DF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,240,237); }

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

background-color css

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

 a { background-color: rgb(13,240,237); }

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

border-color css

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

 span { border-color: rgb(13,240,237); }

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