Html Css Color HEX #05F2EE Bright Turquoise

📋 copy color: '#05F2EE'

red 5 ◦ green 242 ◦ blue 238

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

Shades of Bright Turquoise #05F2EE

Tints of Bright Turquoise #05F2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.9%

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 1.03%
G = 49.9%
B = 49.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#05F2EE (or 0x05F2EE) is known color: Bright Turquoise. HEX triplet: 05, F2 and EE. RGB value is (5,242,238). Sum of RGB (Red+Green+Blue) = 5+242+238=485 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F2EE is #FA0D11. Grayscale: #AAAAAA. Windows color (decimal): -16387346 or 15659525. OLE color: 15659525.

HSL color Cylindrical-coordinate representation of color #05F2EE: hue angle of 178.99º 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 #05F2EE is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 242 238 -
CMYK 0.98 0 0.02 0.05
HSL 178.99º 0.96% 0.48% -
HSV(B) 178.99º 0.98% 0.95% -
XYZ 47.25 69.71 91.85 -
YUV 170.68 165.98 9.83 -
System Red Green Blue C M Y K H S L
Decimal 5 242 238 0.98 0 0.02 0.05 178.99 0.96 0.48
Hex 5 F2 EE 62 0 2 5 B3 60 30
Octal 5 362 356 142 0 2 5 263 140 60
Binary 101 11110010 11101110 1100010 0 10 101 10110011 1100000 110000

Color Harmonies of #05F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F2EE

Black with #05F2EE

Text Example


Text Example

White with #05F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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