Html Css Color HEX #41DFEE Turquoise

📋 copy color: '#41DFEE'

red 65 ◦ green 223 ◦ blue 238

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

Shades of Turquoise #41DFEE

Tints of Turquoise #41DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.4%

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

R = 12.36%
G = 42.4%
B = 45.25%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#41DFEE (or 0x41DFEE) is known color: Turquoise. HEX triplet: 41, DF and EE. RGB value is (65,223,238). Sum of RGB (Red+Green+Blue) = 65+223+238=526 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.36% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #41DFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DFEE is #BE2011. Grayscale: #B1B1B1. Windows color (decimal): -12460050 or 15654721. OLE color: 15654721.

HSL color Cylindrical-coordinate representation of color #41DFEE: hue angle of 185.2º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41DFEE is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 223 238 -
CMYK 0.73 0.06 0 0.07
HSL 185.2º 0.84% 0.59% -
HSV(B) 185.2º 0.73% 0.93% -
XYZ 44 60.07 90.16 -
YUV 177.47 162.15 47.78 -
System Red Green Blue C M Y K H S L
Decimal 65 223 238 0.73 0.06 0 0.07 185.2 0.84 0.59
Hex 41 DF EE 49 6 0 7 B9 54 3B
Octal 101 337 356 111 6 0 7 271 124 73
Binary 1000001 11011111 11101110 1001001 110 0 111 10111001 1010100 111011

Color Harmonies of #41DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFEE

Black with #41DFEE

Text Example


Text Example

White with #41DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,223,238); }

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

background-color css

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

 a { background-color: rgb(65,223,238); }

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

border-color css

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

 span { border-color: rgb(65,223,238); }

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