Html Css Color HEX #65CDDC Turquoise Blue

📋 copy color: '#65CDDC'

red 101 ◦ green 205 ◦ blue 220

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

Shades of Turquoise Blue #65CDDC

Tints of Turquoise Blue #65CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.97%

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 19.2%
G = 38.97%
B = 41.83%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65CDDC (or 0x65CDDC) is known color: Turquoise Blue. HEX triplet: 65, CD and DC. RGB value is (101,205,220). Sum of RGB (Red+Green+Blue) = 101+205+220=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #65CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDDC is #9A3223. Grayscale: #AFAFAF. Windows color (decimal): -10105380 or 14470501. OLE color: 14470501.

HSL color Cylindrical-coordinate representation of color #65CDDC: hue angle of 187.56º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65CDDC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 205 220 -
CMYK 0.54 0.07 0 0.14
HSL 187.56º 0.63% 0.63% -
HSV(B) 187.56º 0.54% 0.86% -
XYZ 40.12 51.6 75.55 -
YUV 175.61 153.04 74.78 -
System Red Green Blue C M Y K H S L
Decimal 101 205 220 0.54 0.07 0 0.14 187.56 0.63 0.63
Hex 65 CD DC 36 7 0 E BC 3F 3F
Octal 145 315 334 66 7 0 16 274 77 77
Binary 1100101 11001101 11011100 110110 111 0 1110 10111100 111111 111111

Color Harmonies of #65CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CDDC

Black with #65CDDC

Text Example


Text Example

White with #65CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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