Html Css Color HEX #0DDCEA Bright Turquoise

📋 copy color: '#0DDCEA'

red 13 ◦ green 220 ◦ blue 234

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

Shades of Bright Turquoise #0DDCEA

Tints of Bright Turquoise #0DDCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.11%

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 2.78%
G = 47.11%
B = 50.11%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DDCEA (or 0x0DDCEA) is known color: Bright Turquoise. HEX triplet: 0D, DC and EA. RGB value is (13,220,234). Sum of RGB (Red+Green+Blue) = 13+220+234=467 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.78% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DDCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDCEA is #F22315. Grayscale: #9F9F9F. Windows color (decimal): -15868694 or 15391757. OLE color: 15391757.

HSL color Cylindrical-coordinate representation of color #0DDCEA: hue angle of 183.8º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDCEA is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 220 234 -
CMYK 0.94 0.06 0 0.08
HSL 183.8º 0.89% 0.48% -
HSV(B) 183.8º 0.94% 0.92% -
XYZ 40.61 57.21 86.74 -
YUV 159.7 169.92 23.36 -
System Red Green Blue C M Y K H S L
Decimal 13 220 234 0.94 0.06 0 0.08 183.8 0.89 0.48
Hex D DC EA 5E 6 0 8 B8 59 30
Octal 15 334 352 136 6 0 10 270 131 60
Binary 1101 11011100 11101010 1011110 110 0 1000 10111000 1011001 110000

Color Harmonies of #0DDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDCEA

Black with #0DDCEA

Text Example


Text Example

White with #0DDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,220,234); }

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

background-color css

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

 a { background-color: rgb(13,220,234); }

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

border-color css

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

 span { border-color: rgb(13,220,234); }

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