Html Css Color HEX #41EBFD Turquoise

📋 copy color: '#41EBFD'

red 65 ◦ green 235 ◦ blue 253

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

Shades of Turquoise #41EBFD

Tints of Turquoise #41EBFD

RGB

 RED value IS 65 (25.78% from 255) = 11.75%

 GREEN value IS 235 (92.19% from 255) = 42.5%

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 11.75%
G = 42.5%
B = 45.75%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#41EBFD (or 0x41EBFD) is known color: Turquoise. HEX triplet: 41, EB and FD. RGB value is (65,235,253). Sum of RGB (Red+Green+Blue) = 65+235+253=553 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.75% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #41EBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EBFD is #BE1402. Grayscale: #B9B9B9. Windows color (decimal): -12456963 or 16640833. OLE color: 16640833.

HSL color Cylindrical-coordinate representation of color #41EBFD: hue angle of 185.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41EBFD is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 235 253 -
CMYK 0.74 0.07 0 0.01
HSL 185.74º 0.98% 0.62% -
HSV(B) 185.74º 0.74% 0.99% -
XYZ 49.62 67.63 103.37 -
YUV 186.22 165.68 41.54 -
System Red Green Blue C M Y K H S L
Decimal 65 235 253 0.74 0.07 0 0.01 185.74 0.98 0.62
Hex 41 EB FD 4A 7 0 1 BA 62 3E
Octal 101 353 375 112 7 0 1 272 142 76
Binary 1000001 11101011 11111101 1001010 111 0 1 10111010 1100010 111110

Color Harmonies of #41EBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EBFD

Black with #41EBFD

Text Example


Text Example

White with #41EBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41EBFD; }

 p { color: rgb(65,235,253); }

 H1.HeaderClassName
 {
   color: #41EBFD;
 }
 .AnyTagClassName
 {
   color: #41EBFD;
 }
</style>

background-color css

<style>
 a { background-color: #41EBFD; }

 a { background-color: rgb(65,235,253); }

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

border-color css

<style>
 span { border-color: #41EBFD; }

 span { border-color: rgb(65,235,253); }

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