Html Css Color HEX #65CFDF Turquoise Blue

📋 copy color: '#65CFDF'

red 101 ◦ green 207 ◦ blue 223

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

Shades of Turquoise Blue #65CFDF

Tints of Turquoise Blue #65CFDF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.98%

 BLUE value IS 223 (87.5% from 255) = 42%

R = 19.02%
G = 38.98%
B = 42%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65CFDF (or 0x65CFDF) is known color: Turquoise Blue. HEX triplet: 65, CF and DF. RGB value is (101,207,223). Sum of RGB (Red+Green+Blue) = 101+207+223=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #65CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFDF is #9A3020. Grayscale: #B0B0B0. Windows color (decimal): -10104865 or 14667621. OLE color: 14667621.

HSL color Cylindrical-coordinate representation of color #65CFDF: hue angle of 187.87º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CFDF is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 207 223 -
CMYK 0.55 0.07 0 0.13
HSL 187.87º 0.66% 0.64% -
HSV(B) 187.87º 0.55% 0.87% -
XYZ 41 52.72 77.83 -
YUV 177.13 153.88 73.7 -
System Red Green Blue C M Y K H S L
Decimal 101 207 223 0.55 0.07 0 0.13 187.87 0.66 0.64
Hex 65 CF DF 37 7 0 D BC 42 40
Octal 145 317 337 67 7 0 15 274 102 100
Binary 1100101 11001111 11011111 110111 111 0 1101 10111100 1000010 1000000

Color Harmonies of #65CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CFDF

Black with #65CFDF

Text Example


Text Example

White with #65CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,207,223); }

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

background-color css

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

 a { background-color: rgb(101,207,223); }

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

border-color css

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

 span { border-color: rgb(101,207,223); }

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