Html Css Color HEX #0CEDED Bright Turquoise

📋 copy color: '#0CEDED'

red 12 ◦ green 237 ◦ blue 237

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

Shades of Bright Turquoise #0CEDED

Tints of Bright Turquoise #0CEDED

RGB

 RED value IS 12 (5.08% from 255) = 2.47%

 GREEN value IS 237 (92.97% from 255) = 48.77%

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 2.47%
G = 48.77%
B = 48.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0CEDED (or 0x0CEDED) is known color: Bright Turquoise. HEX triplet: 0C, ED and ED. RGB value is (12,237,237). Sum of RGB (Red+Green+Blue) = 12+237+237=486 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.47% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #0CEDED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CEDED is #F31212. Grayscale: #A9A9A9. Windows color (decimal): -15929875 or 15592716. OLE color: 15592716.

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

Color convert

RGB 12 237 237 -
CMYK 0.95 0 0 0.07
HSL 180º 0.9% 0.49% -
HSV(B) 180º 0.95% 0.93% -
XYZ 45.72 66.76 90.6 -
YUV 169.73 165.96 15.5 -
System Red Green Blue C M Y K H S L
Decimal 12 237 237 0.95 0 0 0.07 180 0.9 0.49
Hex C ED ED 5F 0 0 7 B4 5A 31
Octal 14 355 355 137 0 0 7 264 132 61
Binary 1100 11101101 11101101 1011111 0 0 111 10110100 1011010 110001

Color Harmonies of #0CEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEDED

Black with #0CEDED

Text Example


Text Example

White with #0CEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,237,237); }

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

background-color css

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

 a { background-color: rgb(12,237,237); }

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

border-color css

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

 span { border-color: rgb(12,237,237); }

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