Html Css Color HEX #66DFF2 Turquoise Blue

📋 copy color: '#66DFF2'

red 102 ◦ green 223 ◦ blue 242

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

Shades of Turquoise Blue #66DFF2

Tints of Turquoise Blue #66DFF2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.33%

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

R = 17.99%
G = 39.33%
B = 42.68%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66DFF2 (or 0x66DFF2) is known color: Turquoise Blue. HEX triplet: 66, DF and F2. RGB value is (102,223,242). Sum of RGB (Red+Green+Blue) = 102+223+242=567 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.99% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #66DFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DFF2 is #99200D. Grayscale: #BCBCBC. Windows color (decimal): -10035214 or 15916902. OLE color: 15916902.

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

Color convert

RGB 102 223 242 -
CMYK 0.58 0.08 0 0.05
HSL 188.14º 0.84% 0.67% -
HSV(B) 188.14º 0.58% 0.95% -
XYZ 47.89 62.01 93.45 -
YUV 188.99 157.91 65.96 -
System Red Green Blue C M Y K H S L
Decimal 102 223 242 0.58 0.08 0 0.05 188.14 0.84 0.67
Hex 66 DF F2 3A 8 0 5 BC 54 43
Octal 146 337 362 72 10 0 5 274 124 103
Binary 1100110 11011111 11110010 111010 1000 0 101 10111100 1010100 1000011

Color Harmonies of #66DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DFF2

Black with #66DFF2

Text Example


Text Example

White with #66DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,223,242); }

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

background-color css

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

 a { background-color: rgb(102,223,242); }

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

border-color css

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

 span { border-color: rgb(102,223,242); }

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