Html Css Color HEX #6CECF0 Turquoise Blue

📋 copy color: '#6CECF0'

red 108 ◦ green 236 ◦ blue 240

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

Shades of Turquoise Blue #6CECF0

Tints of Turquoise Blue #6CECF0

RGB

 RED value IS 108 (42.58% from 255) = 18.49%

 GREEN value IS 236 (92.58% from 255) = 40.41%

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

R = 18.49%
G = 40.41%
B = 41.1%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6CECF0 (or 0x6CECF0) is known color: Turquoise Blue. HEX triplet: 6C, EC and F0. RGB value is (108,236,240). Sum of RGB (Red+Green+Blue) = 108+236+240=584 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.49% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CECF0 is #93130F. Grayscale: #C6C6C6. Windows color (decimal): -9638672 or 15789164. OLE color: 15789164.

HSL color Cylindrical-coordinate representation of color #6CECF0: hue angle of 181.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CECF0 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 236 240 -
CMYK 0.55 0.02 0 0.06
HSL 181.82º 0.81% 0.68% -
HSV(B) 181.82º 0.55% 0.94% -
XYZ 51.91 69.47 93.11 -
YUV 198.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 108 236 240 0.55 0.02 0 0.06 181.82 0.81 0.68
Hex 6C EC F0 37 2 0 6 B6 51 44
Octal 154 354 360 67 2 0 6 266 121 104
Binary 1101100 11101100 11110000 110111 10 0 110 10110110 1010001 1000100

Color Harmonies of #6CECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CECF0

Black with #6CECF0

Text Example


Text Example

White with #6CECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,236,240); }

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

background-color css

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

 a { background-color: rgb(108,236,240); }

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

border-color css

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

 span { border-color: rgb(108,236,240); }

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