Html Css Color HEX #66CCF0 Turquoise Blue

📋 copy color: '#66CCF0'

red 102 ◦ green 204 ◦ blue 240

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

Shades of Turquoise Blue #66CCF0

Tints of Turquoise Blue #66CCF0

RGB

 RED value IS 102 (40.23% from 255) = 18.68%

 GREEN value IS 204 (80.08% from 255) = 37.36%

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

R = 18.68%
G = 37.36%
B = 43.96%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66CCF0 (or 0x66CCF0) is known color: Turquoise Blue. HEX triplet: 66, CC and F0. RGB value is (102,204,240). Sum of RGB (Red+Green+Blue) = 102+204+240=546 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.68% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #66CCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CCF0 is #99330F. Grayscale: #B1B1B1. Windows color (decimal): -10040080 or 15780966. OLE color: 15780966.

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

Color convert

RGB 102 204 240 -
CMYK 0.58 0.15 0 0.06
HSL 195.65º 0.82% 0.67% -
HSV(B) 195.65º 0.58% 0.94% -
XYZ 42.8 52.3 90.28 -
YUV 177.61 163.21 74.07 -
System Red Green Blue C M Y K H S L
Decimal 102 204 240 0.58 0.15 0 0.06 195.65 0.82 0.67
Hex 66 CC F0 3A F 0 6 C4 52 43
Octal 146 314 360 72 17 0 6 304 122 103
Binary 1100110 11001100 11110000 111010 1111 0 110 11000100 1010010 1000011

Color Harmonies of #66CCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCF0

Black with #66CCF0

Text Example


Text Example

White with #66CCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66CCF0; }

 p { color: rgb(102,204,240); }

 H1.HeaderClassName
 {
   color: #66CCF0;
 }
 .AnyTagClassName
 {
   color: #66CCF0;
 }
</style>

background-color css

<style>
 a { background-color: #66CCF0; }

 a { background-color: rgb(102,204,240); }

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

border-color css

<style>
 span { border-color: #66CCF0; }

 span { border-color: rgb(102,204,240); }

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