Html Css Color HEX #65D9F2 Turquoise Blue

📋 copy color: '#65D9F2'

red 101 ◦ green 217 ◦ blue 242

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

Shades of Turquoise Blue #65D9F2

Tints of Turquoise Blue #65D9F2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.75%

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

R = 18.04%
G = 38.75%
B = 43.21%

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

#65D9F2 (or 0x65D9F2) is known color: Turquoise Blue. HEX triplet: 65, D9 and F2. RGB value is (101,217,242). Sum of RGB (Red+Green+Blue) = 101+217+242=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #65D9F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D9F2 is #9A260D. Grayscale: #B8B8B8. Windows color (decimal): -10102286 or 15915365. OLE color: 15915365.

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

Color convert

RGB 101 217 242 -
CMYK 0.58 0.10 0 0.05
HSL 190.64º 0.84% 0.67% -
HSV(B) 190.64º 0.58% 0.95% -
XYZ 46.21 58.8 92.92 -
YUV 185.17 160.07 67.97 -
System Red Green Blue C M Y K H S L
Decimal 101 217 242 0.58 0.10 0 0.05 190.64 0.84 0.67
Hex 65 D9 F2 3A A 0 5 BF 54 43
Octal 145 331 362 72 12 0 5 277 124 103
Binary 1100101 11011001 11110010 111010 1010 0 101 10111111 1010100 1000011

Color Harmonies of #65D9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D9F2

Black with #65D9F2

Text Example


Text Example

White with #65D9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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