Html Css Color HEX #65D3FA Turquoise Blue

📋 copy color: '#65D3FA'

red 101 ◦ green 211 ◦ blue 250

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

Shades of Turquoise Blue #65D3FA

Tints of Turquoise Blue #65D3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 17.97%
G = 37.54%
B = 44.48%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65D3FA (or 0x65D3FA) is known color: Turquoise Blue. HEX triplet: 65, D3 and FA. RGB value is (101,211,250). Sum of RGB (Red+Green+Blue) = 101+211+250=562 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.97% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #65D3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D3FA is #9A2C05. Grayscale: #B6B6B6. Windows color (decimal): -10103814 or 16438117. OLE color: 16438117.

HSL color Cylindrical-coordinate representation of color #65D3FA: hue angle of 195.7º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65D3FA is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 211 250 -
CMYK 0.60 0.16 0 0.02
HSL 195.7º 0.94% 0.69% -
HSV(B) 195.7º 0.6% 0.98% -
XYZ 45.92 56.26 98.88 -
YUV 182.56 166.06 69.83 -
System Red Green Blue C M Y K H S L
Decimal 101 211 250 0.60 0.16 0 0.02 195.7 0.94 0.69
Hex 65 D3 FA 3C 10 0 2 C4 5E 45
Octal 145 323 372 74 20 0 2 304 136 105
Binary 1100101 11010011 11111010 111100 10000 0 10 11000100 1011110 1000101

Color Harmonies of #65D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D3FA

Black with #65D3FA

Text Example


Text Example

White with #65D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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