Html Css Color HEX #05ECED Bright Turquoise

📋 copy color: '#05ECED'

red 5 ◦ green 236 ◦ blue 237

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

Shades of Bright Turquoise #05ECED

Tints of Bright Turquoise #05ECED

RGB

 RED value IS 5 (2.34% from 255) = 1.05%

 GREEN value IS 236 (92.58% from 255) = 49.37%

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

R = 1.05%
G = 49.37%
B = 49.58%

CMYK

 C value IS 0.98

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05ECED (or 0x05ECED) is known color: Bright Turquoise. HEX triplet: 05, EC and ED. RGB value is (5,236,237). Sum of RGB (Red+Green+Blue) = 5+236+237=478 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #05ECED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05ECED is #FA1312. Grayscale: #A6A6A6. Windows color (decimal): -16388883 or 15592453. OLE color: 15592453.

HSL color Cylindrical-coordinate representation of color #05ECED: hue angle of 180.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ECED is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 236 237 -
CMYK 0.98 0.00 0 0.07
HSL 180.26º 0.96% 0.47% -
HSV(B) 180.26º 0.98% 0.93% -
XYZ 45.34 66.14 90.5 -
YUV 167.05 167.47 12.42 -
System Red Green Blue C M Y K H S L
Decimal 5 236 237 0.98 0.00 0 0.07 180.26 0.96 0.47
Hex 5 EC ED 62 0 0 7 B4 60 2F
Octal 5 354 355 142 0 0 7 264 140 57
Binary 101 11101100 11101101 1100010 0 0 111 10110100 1100000 101111

Color Harmonies of #05ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ECED

Black with #05ECED

Text Example


Text Example

White with #05ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05ECED; }

 p { color: rgb(5,236,237); }

 H1.HeaderClassName
 {
   color: #05ECED;
 }
 .AnyTagClassName
 {
   color: #05ECED;
 }
</style>

background-color css

<style>
 a { background-color: #05ECED; }

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

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

border-color css

<style>
 span { border-color: #05ECED; }

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

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