Html Css Color HEX #41DFFF Turquoise Blue

📋 copy color: '#41DFFF'

red 65 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #41DFFF

Tints of Turquoise Blue #41DFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.96%

R = 11.97%
G = 41.07%
B = 46.96%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#41DFFF (or 0x41DFFF) is known color: Turquoise Blue. HEX triplet: 41, DF and FF. RGB value is (65,223,255). Sum of RGB (Red+Green+Blue) = 65+223+255=543 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.97% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #41DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DFFF is #BE2000. Grayscale: #B3B3B3. Windows color (decimal): -12460033 or 16768833. OLE color: 16768833.

HSL color Cylindrical-coordinate representation of color #41DFFF: hue angle of 190.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41DFFF is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 223 255 -
CMYK 0.75 0.13 0 0
HSL 190.11º 1% 0.63% -
HSV(B) 190.11º 0.75% 1% -
XYZ 46.62 61.12 103.95 -
YUV 179.41 170.65 46.4 -
System Red Green Blue C M Y K H S L
Decimal 65 223 255 0.75 0.13 0 0 190.11 1 0.63
Hex 41 DF FF 4B D 0 0 BE 64 3F
Octal 101 337 377 113 15 0 0 276 144 77
Binary 1000001 11011111 11111111 1001011 1101 0 0 10111110 1100100 111111

Color Harmonies of #41DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFFF

Black with #41DFFF

Text Example


Text Example

White with #41DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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