Html Css Color HEX #65DAF1 Turquoise Blue

📋 copy color: '#65DAF1'

red 101 ◦ green 218 ◦ blue 241

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

Shades of Turquoise Blue #65DAF1

Tints of Turquoise Blue #65DAF1

RGB

 RED value IS 101 (39.84% from 255) = 18.04%

 GREEN value IS 218 (85.55% from 255) = 38.93%

 BLUE value IS 241 (94.53% from 255) = 43.04%

R = 18.04%
G = 38.93%
B = 43.04%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65DAF1 (or 0x65DAF1) is known color: Turquoise Blue. HEX triplet: 65, DA and F1. RGB value is (101,218,241). Sum of RGB (Red+Green+Blue) = 101+218+241=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #65DAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DAF1 is #9A250E. Grayscale: #B9B9B9. Windows color (decimal): -10102031 or 15850085. OLE color: 15850085.

HSL color Cylindrical-coordinate representation of color #65DAF1: hue angle of 189.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65DAF1 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 218 241 -
CMYK 0.58 0.10 0 0.05
HSL 189.86º 0.83% 0.67% -
HSV(B) 189.86º 0.58% 0.95% -
XYZ 46.32 59.26 92.22 -
YUV 185.64 159.24 67.63 -
System Red Green Blue C M Y K H S L
Decimal 101 218 241 0.58 0.10 0 0.05 189.86 0.83 0.67
Hex 65 DA F1 3A A 0 5 BE 53 43
Octal 145 332 361 72 12 0 5 276 123 103
Binary 1100101 11011010 11110001 111010 1010 0 101 10111110 1010011 1000011

Color Harmonies of #65DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DAF1

Black with #65DAF1

Text Example


Text Example

White with #65DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65DAF1; }

 p { color: rgb(101,218,241); }

 H1.HeaderClassName
 {
   color: #65DAF1;
 }
 .AnyTagClassName
 {
   color: #65DAF1;
 }
</style>

background-color css

<style>
 a { background-color: #65DAF1; }

 a { background-color: rgb(101,218,241); }

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

border-color css

<style>
 span { border-color: #65DAF1; }

 span { border-color: rgb(101,218,241); }

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