Html Css Color HEX #0DE1CA Bright Turquoise

📋 copy color: '#0DE1CA'

red 13 ◦ green 225 ◦ blue 202

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

Shades of Bright Turquoise #0DE1CA

Tints of Bright Turquoise #0DE1CA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.14%

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 2.95%
G = 51.14%
B = 45.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#0DE1CA (or 0x0DE1CA) is known color: Bright Turquoise. HEX triplet: 0D, E1 and CA. RGB value is (13,225,202). Sum of RGB (Red+Green+Blue) = 13+225+202=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE1CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DE1CA is #F21E35. Grayscale: #9E9E9E. Windows color (decimal): -15867446 or 13295885. OLE color: 13295885.

HSL color Cylindrical-coordinate representation of color #0DE1CA: hue angle of 173.49º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE1CA is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 13 225 202 -
CMYK 0.94 0 0.10 0.12
HSL 173.49º 0.89% 0.47% -
HSV(B) 173.49º 0.94% 0.88% -
XYZ 37.75 58.2 65.12 -
YUV 158.99 152.26 23.87 -
System Red Green Blue C M Y K H S L
Decimal 13 225 202 0.94 0 0.10 0.12 173.49 0.89 0.47
Hex D E1 CA 5E 0 A C AD 59 2F
Octal 15 341 312 136 0 12 14 255 131 57
Binary 1101 11100001 11001010 1011110 0 1010 1100 10101101 1011001 101111

Color Harmonies of #0DE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE1CA

Black with #0DE1CA

Text Example


Text Example

White with #0DE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,225,202); }

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

background-color css

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

 a { background-color: rgb(13,225,202); }

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

border-color css

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

 span { border-color: rgb(13,225,202); }

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