Html Css Color HEX #65DDF0 Turquoise Blue

📋 copy color: '#65DDF0'

red 101 ◦ green 221 ◦ blue 240

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

Shades of Turquoise Blue #65DDF0

Tints of Turquoise Blue #65DDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 17.97%
G = 39.32%
B = 42.7%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#65DDF0 (or 0x65DDF0) is known color: Turquoise Blue. HEX triplet: 65, DD and F0. RGB value is (101,221,240). Sum of RGB (Red+Green+Blue) = 101+221+240=562 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.97% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #65DDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DDF0 is #9A220F. Grayscale: #BBBBBB. Windows color (decimal): -10101264 or 15785317. OLE color: 15785317.

HSL color Cylindrical-coordinate representation of color #65DDF0: hue angle of 188.2º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65DDF0 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 221 240 -
CMYK 0.58 0.08 0 0.06
HSL 188.2º 0.82% 0.67% -
HSV(B) 188.2º 0.58% 0.94% -
XYZ 46.95 60.77 91.69 -
YUV 187.29 157.74 66.46 -
System Red Green Blue C M Y K H S L
Decimal 101 221 240 0.58 0.08 0 0.06 188.2 0.82 0.67
Hex 65 DD F0 3A 8 0 6 BC 52 43
Octal 145 335 360 72 10 0 6 274 122 103
Binary 1100101 11011101 11110000 111010 1000 0 110 10111100 1010010 1000011

Color Harmonies of #65DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DDF0

Black with #65DDF0

Text Example


Text Example

White with #65DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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