Html Css Color HEX #05BEE3 Dark Turquoise

📋 copy color: '#05BEE3'

red 5 ◦ green 190 ◦ blue 227

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

Shades of Dark Turquoise #05BEE3

Tints of Dark Turquoise #05BEE3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.02%

 BLUE value IS 227 (89.06% from 255) = 53.79%

R = 1.18%
G = 45.02%
B = 53.79%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#05BEE3 (or 0x05BEE3) is known color: Dark Turquoise. HEX triplet: 05, BE and E3. RGB value is (5,190,227). Sum of RGB (Red+Green+Blue) = 5+190+227=422 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #05BEE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BEE3 is #FA411C. Grayscale: #8A8A8A. Windows color (decimal): -16400669 or 14925317. OLE color: 14925317.

HSL color Cylindrical-coordinate representation of color #05BEE3: hue angle of 190º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BEE3 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 190 227 -
CMYK 0.98 0.16 0 0.11
HSL 190º 0.96% 0.45% -
HSV(B) 190º 0.98% 0.89% -
XYZ 32.34 42.41 79.15 -
YUV 138.9 177.71 32.49 -
System Red Green Blue C M Y K H S L
Decimal 5 190 227 0.98 0.16 0 0.11 190 0.96 0.45
Hex 5 BE E3 62 10 0 B BE 60 2D
Octal 5 276 343 142 20 0 13 276 140 55
Binary 101 10111110 11100011 1100010 10000 0 1011 10111110 1100000 101101

Color Harmonies of #05BEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BEE3

Black with #05BEE3

Text Example


Text Example

White with #05BEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,190,227); }

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

background-color css

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

 a { background-color: rgb(5,190,227); }

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

border-color css

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

 span { border-color: rgb(5,190,227); }

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