Html Css Color HEX #65DDFE Turquoise Blue

📋 copy color: '#65DDFE'

red 101 ◦ green 221 ◦ blue 254

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

Shades of Turquoise Blue #65DDFE

Tints of Turquoise Blue #65DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.37%

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 17.53%
G = 38.37%
B = 44.1%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65DDFE (or 0x65DDFE) is known color: Turquoise Blue. HEX triplet: 65, DD and FE. RGB value is (101,221,254). Sum of RGB (Red+Green+Blue) = 101+221+254=576 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.53% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #65DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DDFE is #9A2201. Grayscale: #BCBCBC. Windows color (decimal): -10101250 or 16702821. OLE color: 16702821.

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

Color convert

RGB 101 221 254 -
CMYK 0.60 0.13 0 0.00
HSL 192.94º 0.99% 0.7% -
HSV(B) 192.94º 0.6% 1% -
XYZ 49.11 61.64 103.07 -
YUV 188.88 164.74 65.32 -
System Red Green Blue C M Y K H S L
Decimal 101 221 254 0.60 0.13 0 0.00 192.94 0.99 0.7
Hex 65 DD FE 3C D 0 0 C1 63 46
Octal 145 335 376 74 15 0 0 301 143 106
Binary 1100101 11011101 11111110 111100 1101 0 0 11000001 1100011 1000110

Color Harmonies of #65DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DDFE

Black with #65DDFE

Text Example


Text Example

White with #65DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,221,254); }

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

background-color css

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

 a { background-color: rgb(101,221,254); }

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

border-color css

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

 span { border-color: rgb(101,221,254); }

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