Html Css Color HEX #41EDF4 Turquoise

📋 copy color: '#41EDF4'

red 65 ◦ green 237 ◦ blue 244

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

Shades of Turquoise #41EDF4

Tints of Turquoise #41EDF4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.41%

 BLUE value IS 244 (95.7% from 255) = 44.69%

R = 11.9%
G = 43.41%
B = 44.69%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#41EDF4 (or 0x41EDF4) is known color: Turquoise. HEX triplet: 41, ED and F4. RGB value is (65,237,244). Sum of RGB (Red+Green+Blue) = 65+237+244=546 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.90% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #41EDF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EDF4 is #BE120B. Grayscale: #BABABA. Windows color (decimal): -12456460 or 16051521. OLE color: 16051521.

HSL color Cylindrical-coordinate representation of color #41EDF4: hue angle of 182.35º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EDF4 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 237 244 -
CMYK 0.73 0.03 0 0.04
HSL 182.35º 0.89% 0.61% -
HSV(B) 182.35º 0.73% 0.96% -
XYZ 48.79 68.22 96.18 -
YUV 186.37 160.52 41.43 -
System Red Green Blue C M Y K H S L
Decimal 65 237 244 0.73 0.03 0 0.04 182.35 0.89 0.61
Hex 41 ED F4 49 3 0 4 B6 59 3D
Octal 101 355 364 111 3 0 4 266 131 75
Binary 1000001 11101101 11110100 1001001 11 0 100 10110110 1011001 111101

Color Harmonies of #41EDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EDF4

Black with #41EDF4

Text Example


Text Example

White with #41EDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,237,244); }

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

background-color css

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

 a { background-color: rgb(65,237,244); }

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

border-color css

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

 span { border-color: rgb(65,237,244); }

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