Html Css Color HEX #05BFE4 Dark Turquoise

📋 copy color: '#05BFE4'

red 5 ◦ green 191 ◦ blue 228

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

Shades of Dark Turquoise #05BFE4

Tints of Dark Turquoise #05BFE4

RGB

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

 GREEN value IS 191 (75% from 255) = 45.05%

 BLUE value IS 228 (89.45% from 255) = 53.77%

R = 1.18%
G = 45.05%
B = 53.77%

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

#05BFE4 (or 0x05BFE4) is known color: Dark Turquoise. HEX triplet: 05, BF and E4. RGB value is (5,191,228). Sum of RGB (Red+Green+Blue) = 5+191+228=424 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 228 (89.45% from 255 or 53.77% from 424); Max value from RGB is 228 - color contains mainly: blue. Hex color #05BFE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BFE4 is #FA401B. Grayscale: #8B8B8B. Windows color (decimal): -16400412 or 14991109. OLE color: 14991109.

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

Color convert

RGB 5 191 228 -
CMYK 0.98 0.16 0 0.11
HSL 189.96º 0.96% 0.46% -
HSV(B) 189.96º 0.98% 0.89% -
XYZ 32.7 42.9 79.96 -
YUV 139.6 177.88 31.99 -
System Red Green Blue C M Y K H S L
Decimal 5 191 228 0.98 0.16 0 0.11 189.96 0.96 0.46
Hex 5 BF E4 62 10 0 B BE 60 2E
Octal 5 277 344 142 20 0 13 276 140 56
Binary 101 10111111 11100100 1100010 10000 0 1011 10111110 1100000 101110

Color Harmonies of #05BFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BFE4

Black with #05BFE4

Text Example


Text Example

White with #05BFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,191,228); }

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

background-color css

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

 a { background-color: rgb(5,191,228); }

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

border-color css

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

 span { border-color: rgb(5,191,228); }

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