Html Css Color HEX #65DAF2 Turquoise Blue

📋 copy color: '#65DAF2'

red 101 ◦ green 218 ◦ blue 242

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

Shades of Turquoise Blue #65DAF2

Tints of Turquoise Blue #65DAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.14%

R = 18%
G = 38.86%
B = 43.14%

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

#65DAF2 (or 0x65DAF2) is known color: Turquoise Blue. HEX triplet: 65, DA and F2. RGB value is (101,218,242). Sum of RGB (Red+Green+Blue) = 101+218+242=561 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.00% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #65DAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DAF2 is #9A250D. Grayscale: #B9B9B9. Windows color (decimal): -10102030 or 15915621. OLE color: 15915621.

HSL color Cylindrical-coordinate representation of color #65DAF2: hue angle of 190.21º degrees, saturation: 0.84, 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 #65DAF2 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 218 242 -
CMYK 0.58 0.10 0 0.05
HSL 190.21º 0.84% 0.67% -
HSV(B) 190.21º 0.58% 0.95% -
XYZ 46.47 59.32 93.01 -
YUV 185.75 159.74 67.55 -
System Red Green Blue C M Y K H S L
Decimal 101 218 242 0.58 0.10 0 0.05 190.21 0.84 0.67
Hex 65 DA F2 3A A 0 5 BE 54 43
Octal 145 332 362 72 12 0 5 276 124 103
Binary 1100101 11011010 11110010 111010 1010 0 101 10111110 1010100 1000011

Color Harmonies of #65DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DAF2

Black with #65DAF2

Text Example


Text Example

White with #65DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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