Html Css Color HEX #65DDF2 Turquoise Blue

📋 copy color: '#65DDF2'

red 101 ◦ green 221 ◦ blue 242

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

Shades of Turquoise Blue #65DDF2

Tints of Turquoise Blue #65DDF2

RGB

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

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

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

R = 17.91%
G = 39.18%
B = 42.91%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65DDF2 (or 0x65DDF2) is known color: Turquoise Blue. HEX triplet: 65, DD and F2. RGB value is (101,221,242). Sum of RGB (Red+Green+Blue) = 101+221+242=564 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.91% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #65DDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DDF2 is #9A220D. Grayscale: #BBBBBB. Windows color (decimal): -10101262 or 15916389. OLE color: 15916389.

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

Color convert

RGB 101 221 242 -
CMYK 0.58 0.09 0 0.05
HSL 188.94º 0.84% 0.67% -
HSV(B) 188.94º 0.58% 0.95% -
XYZ 47.25 60.89 93.27 -
YUV 187.51 158.74 66.29 -
System Red Green Blue C M Y K H S L
Decimal 101 221 242 0.58 0.09 0 0.05 188.94 0.84 0.67
Hex 65 DD F2 3A 9 0 5 BD 54 43
Octal 145 335 362 72 11 0 5 275 124 103
Binary 1100101 11011101 11110010 111010 1001 0 101 10111101 1010100 1000011

Color Harmonies of #65DDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DDF2

Black with #65DDF2

Text Example


Text Example

White with #65DDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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