Html Css Color HEX #0EDDF3 Bright Turquoise

📋 copy color: '#0EDDF3'

red 14 ◦ green 221 ◦ blue 243

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

Shades of Bright Turquoise #0EDDF3

Tints of Bright Turquoise #0EDDF3

RGB

 RED value IS 14 (5.86% from 255) = 2.93%

 GREEN value IS 221 (86.72% from 255) = 46.23%

 BLUE value IS 243 (95.31% from 255) = 50.84%

R = 2.93%
G = 46.23%
B = 50.84%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0EDDF3 (or 0x0EDDF3) is known color: Bright Turquoise. HEX triplet: 0E, DD and F3. RGB value is (14,221,243). Sum of RGB (Red+Green+Blue) = 14+221+243=478 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.93% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #0EDDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDDF3 is #F1220C. Grayscale: #A1A1A1. Windows color (decimal): -15802893 or 15981838. OLE color: 15981838.

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

Color convert

RGB 14 221 243 -
CMYK 0.94 0.09 0 0.05
HSL 185.76º 0.91% 0.5% -
HSV(B) 185.76º 0.94% 0.95% -
XYZ 42.22 58.28 93.82 -
YUV 161.62 173.92 22.71 -
System Red Green Blue C M Y K H S L
Decimal 14 221 243 0.94 0.09 0 0.05 185.76 0.91 0.5
Hex E DD F3 5E 9 0 5 BA 5B 32
Octal 16 335 363 136 11 0 5 272 133 62
Binary 1110 11011101 11110011 1011110 1001 0 101 10111010 1011011 110010

Color Harmonies of #0EDDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDDF3

Black with #0EDDF3

Text Example


Text Example

White with #0EDDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,221,243); }

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

background-color css

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

 a { background-color: rgb(14,221,243); }

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

border-color css

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

 span { border-color: rgb(14,221,243); }

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