Html Css Color HEX #05F3DF Bright Turquoise

📋 copy color: '#05F3DF'

red 5 ◦ green 243 ◦ blue 223

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

Shades of Bright Turquoise #05F3DF

Tints of Bright Turquoise #05F3DF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.59%

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 1.06%
G = 51.59%
B = 47.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#05F3DF (or 0x05F3DF) is known color: Bright Turquoise. HEX triplet: 05, F3 and DF. RGB value is (5,243,223). Sum of RGB (Red+Green+Blue) = 5+243+223=471 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #05F3DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F3DF is #FA0C20. Grayscale: #A9A9A9. Windows color (decimal): -16387105 or 14676741. OLE color: 14676741.

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

Color convert

RGB 5 243 223 -
CMYK 0.98 0 0.08 0.05
HSL 174.96º 0.96% 0.49% -
HSV(B) 174.96º 0.98% 0.95% -
XYZ 45.43 69.46 80.82 -
YUV 169.56 158.15 10.63 -
System Red Green Blue C M Y K H S L
Decimal 5 243 223 0.98 0 0.08 0.05 174.96 0.96 0.49
Hex 5 F3 DF 62 0 8 5 AF 60 31
Octal 5 363 337 142 0 10 5 257 140 61
Binary 101 11110011 11011111 1100010 0 1000 101 10101111 1100000 110001

Color Harmonies of #05F3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F3DF

Black with #05F3DF

Text Example


Text Example

White with #05F3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,243,223); }

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

background-color css

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

 a { background-color: rgb(5,243,223); }

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

border-color css

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

 span { border-color: rgb(5,243,223); }

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