Html Css Color HEX #05EEF1 Bright Turquoise

📋 copy color: '#05EEF1'

red 5 ◦ green 238 ◦ blue 241

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

Shades of Bright Turquoise #05EEF1

Tints of Bright Turquoise #05EEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 1.03%
G = 49.17%
B = 49.79%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#05EEF1 (or 0x05EEF1) is known color: Bright Turquoise. HEX triplet: 05, EE and F1. RGB value is (5,238,241). Sum of RGB (Red+Green+Blue) = 5+238+241=484 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #05EEF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EEF1 is #FA110E. Grayscale: #A8A8A8. Windows color (decimal): -16388367 or 15855109. OLE color: 15855109.

HSL color Cylindrical-coordinate representation of color #05EEF1: hue angle of 180.76º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EEF1 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 238 241 -
CMYK 0.98 0.01 0 0.05
HSL 180.76º 0.96% 0.48% -
HSV(B) 180.76º 0.98% 0.95% -
XYZ 46.51 67.53 93.8 -
YUV 168.68 168.81 11.26 -
System Red Green Blue C M Y K H S L
Decimal 5 238 241 0.98 0.01 0 0.05 180.76 0.96 0.48
Hex 5 EE F1 62 1 0 5 B5 60 30
Octal 5 356 361 142 1 0 5 265 140 60
Binary 101 11101110 11110001 1100010 1 0 101 10110101 1100000 110000

Color Harmonies of #05EEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EEF1

Black with #05EEF1

Text Example


Text Example

White with #05EEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,238,241); }

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

background-color css

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

 a { background-color: rgb(5,238,241); }

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

border-color css

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

 span { border-color: rgb(5,238,241); }

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