Html Css Color HEX #65D3F2 Turquoise Blue

📋 copy color: '#65D3F2'

red 101 ◦ green 211 ◦ blue 242

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

Shades of Turquoise Blue #65D3F2

Tints of Turquoise Blue #65D3F2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.09%

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

R = 18.23%
G = 38.09%
B = 43.68%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65D3F2 (or 0x65D3F2) is known color: Turquoise Blue. HEX triplet: 65, D3 and F2. RGB value is (101,211,242). Sum of RGB (Red+Green+Blue) = 101+211+242=554 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.23% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #65D3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D3F2 is #9A2C0D. Grayscale: #B5B5B5. Windows color (decimal): -10103822 or 15913829. OLE color: 15913829.

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

Color convert

RGB 101 211 242 -
CMYK 0.58 0.13 0 0.05
HSL 193.19º 0.84% 0.67% -
HSV(B) 193.19º 0.58% 0.95% -
XYZ 44.69 55.77 92.41 -
YUV 181.64 162.06 70.48 -
System Red Green Blue C M Y K H S L
Decimal 101 211 242 0.58 0.13 0 0.05 193.19 0.84 0.67
Hex 65 D3 F2 3A D 0 5 C1 54 43
Octal 145 323 362 72 15 0 5 301 124 103
Binary 1100101 11010011 11110010 111010 1101 0 101 11000001 1010100 1000011

Color Harmonies of #65D3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D3F2

Black with #65D3F2

Text Example


Text Example

White with #65D3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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