Html Css Color HEX #6CCEF0 Turquoise Blue

📋 copy color: '#6CCEF0'

red 108 ◦ green 206 ◦ blue 240

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

Shades of Turquoise Blue #6CCEF0

Tints of Turquoise Blue #6CCEF0

RGB

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

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

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

R = 19.49%
G = 37.18%
B = 43.32%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6CCEF0 (or 0x6CCEF0) is known color: Turquoise Blue. HEX triplet: 6C, CE and F0. RGB value is (108,206,240). Sum of RGB (Red+Green+Blue) = 108+206+240=554 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.49% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CCEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCEF0 is #93310F. Grayscale: #B4B4B4. Windows color (decimal): -9646352 or 15781484. OLE color: 15781484.

HSL color Cylindrical-coordinate representation of color #6CCEF0: hue angle of 195.45º 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 #6CCEF0 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 206 240 -
CMYK 0.55 0.14 0 0.06
HSL 195.45º 0.81% 0.68% -
HSV(B) 195.45º 0.55% 0.94% -
XYZ 43.98 53.62 90.47 -
YUV 180.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 108 206 240 0.55 0.14 0 0.06 195.45 0.81 0.68
Hex 6C CE F0 37 E 0 6 C3 51 44
Octal 154 316 360 67 16 0 6 303 121 104
Binary 1101100 11001110 11110000 110111 1110 0 110 11000011 1010001 1000100

Color Harmonies of #6CCEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCEF0

Black with #6CCEF0

Text Example


Text Example

White with #6CCEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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