Html Css Color HEX #66CFF1 Turquoise Blue

📋 copy color: '#66CFF1'

red 102 ◦ green 207 ◦ blue 241

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

Shades of Turquoise Blue #66CFF1

Tints of Turquoise Blue #66CFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 18.55%
G = 37.64%
B = 43.82%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66CFF1 (or 0x66CFF1) is known color: Turquoise Blue. HEX triplet: 66, CF and F1. RGB value is (102,207,241). Sum of RGB (Red+Green+Blue) = 102+207+241=550 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.55% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #66CFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CFF1 is #99300E. Grayscale: #B3B3B3. Windows color (decimal): -10039311 or 15847270. OLE color: 15847270.

HSL color Cylindrical-coordinate representation of color #66CFF1: hue angle of 194.68º degrees, saturation: 0.83, 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 #66CFF1 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 207 241 -
CMYK 0.58 0.14 0 0.05
HSL 194.68º 0.83% 0.67% -
HSV(B) 194.68º 0.58% 0.95% -
XYZ 43.67 53.8 91.3 -
YUV 179.48 162.71 72.74 -
System Red Green Blue C M Y K H S L
Decimal 102 207 241 0.58 0.14 0 0.05 194.68 0.83 0.67
Hex 66 CF F1 3A E 0 5 C3 53 43
Octal 146 317 361 72 16 0 5 303 123 103
Binary 1100110 11001111 11110001 111010 1110 0 101 11000011 1010011 1000011

Color Harmonies of #66CFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CFF1

Black with #66CFF1

Text Example


Text Example

White with #66CFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,207,241); }

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

background-color css

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

 a { background-color: rgb(102,207,241); }

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

border-color css

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

 span { border-color: rgb(102,207,241); }

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