Html Css Color HEX #0DF2EB Bright Turquoise

📋 copy color: '#0DF2EB'

red 13 ◦ green 242 ◦ blue 235

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

Shades of Bright Turquoise #0DF2EB

Tints of Bright Turquoise #0DF2EB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.39%

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

R = 2.65%
G = 49.39%
B = 47.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#0DF2EB (or 0x0DF2EB) is known color: Bright Turquoise. HEX triplet: 0D, F2 and EB. RGB value is (13,242,235). Sum of RGB (Red+Green+Blue) = 13+242+235=490 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.65% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #0DF2EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF2EB is #F20D14. Grayscale: #ACACAC. Windows color (decimal): -15863061 or 15462925. OLE color: 15462925.

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

Color convert

RGB 13 242 235 -
CMYK 0.95 0 0.03 0.05
HSL 178.17º 0.9% 0.5% -
HSV(B) 178.17º 0.95% 0.95% -
XYZ 46.91 69.59 89.56 -
YUV 172.73 163.13 14.07 -
System Red Green Blue C M Y K H S L
Decimal 13 242 235 0.95 0 0.03 0.05 178.17 0.9 0.5
Hex D F2 EB 5F 0 3 5 B2 5A 32
Octal 15 362 353 137 0 3 5 262 132 62
Binary 1101 11110010 11101011 1011111 0 11 101 10110010 1011010 110010

Color Harmonies of #0DF2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF2EB

Black with #0DF2EB

Text Example


Text Example

White with #0DF2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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