Html Css Color HEX #6CCEF1 Turquoise Blue

📋 copy color: '#6CCEF1'

red 108 ◦ green 206 ◦ blue 241

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

Shades of Turquoise Blue #6CCEF1

Tints of Turquoise Blue #6CCEF1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.12%

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

R = 19.46%
G = 37.12%
B = 43.42%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CCEF1 (or 0x6CCEF1) is known color: Turquoise Blue. HEX triplet: 6C, CE and F1. RGB value is (108,206,241). Sum of RGB (Red+Green+Blue) = 108+206+241=555 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.46% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CCEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCEF1 is #93310E. Grayscale: #B4B4B4. Windows color (decimal): -9646351 or 15847020. OLE color: 15847020.

HSL color Cylindrical-coordinate representation of color #6CCEF1: hue angle of 195.79º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CCEF1 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 206 241 -
CMYK 0.55 0.15 0 0.05
HSL 195.79º 0.83% 0.68% -
HSV(B) 195.79º 0.55% 0.95% -
XYZ 44.13 53.68 91.25 -
YUV 180.69 162.03 76.15 -
System Red Green Blue C M Y K H S L
Decimal 108 206 241 0.55 0.15 0 0.05 195.79 0.83 0.68
Hex 6C CE F1 37 F 0 5 C4 53 44
Octal 154 316 361 67 17 0 5 304 123 104
Binary 1101100 11001110 11110001 110111 1111 0 101 11000100 1010011 1000100

Color Harmonies of #6CCEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCEF1

Black with #6CCEF1

Text Example


Text Example

White with #6CCEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,206,241); }

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

background-color css

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

 a { background-color: rgb(108,206,241); }

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

border-color css

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

 span { border-color: rgb(108,206,241); }

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