Html Css Color HEX #6FCCE6 Turquoise Blue

📋 copy color: '#6FCCE6'

red 111 ◦ green 204 ◦ blue 230

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

Shades of Turquoise Blue #6FCCE6

Tints of Turquoise Blue #6FCCE6

RGB

 RED value IS 111 (43.75% from 255) = 20.37%

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

 BLUE value IS 230 (90.23% from 255) = 42.2%

R = 20.37%
G = 37.43%
B = 42.2%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6FCCE6 (or 0x6FCCE6) is known color: Turquoise Blue. HEX triplet: 6F, CC and E6. RGB value is (111,204,230). Sum of RGB (Red+Green+Blue) = 111+204+230=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FCCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCCE6 is #903319. Grayscale: #B2B2B2. Windows color (decimal): -9450266 or 15125615. OLE color: 15125615.

HSL color Cylindrical-coordinate representation of color #6FCCE6: hue angle of 193.11º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FCCE6 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 204 230 -
CMYK 0.52 0.11 0 0.10
HSL 193.11º 0.7% 0.67% -
HSV(B) 193.11º 0.52% 0.9% -
XYZ 42.43 52.28 82.72 -
YUV 179.16 156.69 79.39 -
System Red Green Blue C M Y K H S L
Decimal 111 204 230 0.52 0.11 0 0.10 193.11 0.7 0.67
Hex 6F CC E6 34 B 0 A C1 46 43
Octal 157 314 346 64 13 0 12 301 106 103
Binary 1101111 11001100 11100110 110100 1011 0 1010 11000001 1000110 1000011

Color Harmonies of #6FCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCE6

Black with #6FCCE6

Text Example


Text Example

White with #6FCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FCCE6; }

 p { color: rgb(111,204,230); }

 H1.HeaderClassName
 {
   color: #6FCCE6;
 }
 .AnyTagClassName
 {
   color: #6FCCE6;
 }
</style>

background-color css

<style>
 a { background-color: #6FCCE6; }

 a { background-color: rgb(111,204,230); }

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

border-color css

<style>
 span { border-color: #6FCCE6; }

 span { border-color: rgb(111,204,230); }

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