Html Css Color HEX #0EDFFD Bright Turquoise

📋 copy color: '#0EDFFD'

red 14 ◦ green 223 ◦ blue 253

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

Shades of Bright Turquoise #0EDFFD

Tints of Bright Turquoise #0EDFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 2.86%
G = 45.51%
B = 51.63%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0EDFFD (or 0x0EDFFD) is known color: Bright Turquoise. HEX triplet: 0E, DF and FD. RGB value is (14,223,253). Sum of RGB (Red+Green+Blue) = 14+223+253=490 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.86% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EDFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDFFD is #F12002. Grayscale: #A3A3A3. Windows color (decimal): -15802371 or 16637710. OLE color: 16637710.

HSL color Cylindrical-coordinate representation of color #0EDFFD: hue angle of 187.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDFFD is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 223 253 -
CMYK 0.94 0.12 0 0.01
HSL 187.53º 0.98% 0.52% -
HSV(B) 187.53º 0.94% 0.99% -
XYZ 44.3 59.96 102.17 -
YUV 163.93 178.26 21.06 -
System Red Green Blue C M Y K H S L
Decimal 14 223 253 0.94 0.12 0 0.01 187.53 0.98 0.52
Hex E DF FD 5E C 0 1 BC 62 34
Octal 16 337 375 136 14 0 1 274 142 64
Binary 1110 11011111 11111101 1011110 1100 0 1 10111100 1100010 110100

Color Harmonies of #0EDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDFFD

Black with #0EDFFD

Text Example


Text Example

White with #0EDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,223,253); }

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

background-color css

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

 a { background-color: rgb(14,223,253); }

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

border-color css

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

 span { border-color: rgb(14,223,253); }

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