Html Css Color HEX #65DCFD Turquoise Blue

📋 copy color: '#65DCFD'

red 101 ◦ green 220 ◦ blue 253

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

Shades of Turquoise Blue #65DCFD

Tints of Turquoise Blue #65DCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.33%

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 17.6%
G = 38.33%
B = 44.08%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65DCFD (or 0x65DCFD) is known color: Turquoise Blue. HEX triplet: 65, DC and FD. RGB value is (101,220,253). Sum of RGB (Red+Green+Blue) = 101+220+253=574 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.60% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #65DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DCFD is #9A2302. Grayscale: #BBBBBB. Windows color (decimal): -10101507 or 16637029. OLE color: 16637029.

HSL color Cylindrical-coordinate representation of color #65DCFD: hue angle of 193.03º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65DCFD is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 220 253 -
CMYK 0.60 0.13 0 0.01
HSL 193.03º 0.97% 0.69% -
HSV(B) 193.03º 0.6% 0.99% -
XYZ 48.69 61.04 102.15 -
YUV 188.18 164.58 65.82 -
System Red Green Blue C M Y K H S L
Decimal 101 220 253 0.60 0.13 0 0.01 193.03 0.97 0.69
Hex 65 DC FD 3C D 0 1 C1 61 45
Octal 145 334 375 74 15 0 1 301 141 105
Binary 1100101 11011100 11111101 111100 1101 0 1 11000001 1100001 1000101

Color Harmonies of #65DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DCFD

Black with #65DCFD

Text Example


Text Example

White with #65DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,220,253); }

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

background-color css

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

 a { background-color: rgb(101,220,253); }

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

border-color css

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

 span { border-color: rgb(101,220,253); }

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