Html Css Color HEX #6CCBE0 Turquoise Blue

📋 copy color: '#6CCBE0'

red 108 ◦ green 203 ◦ blue 224

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

Shades of Turquoise Blue #6CCBE0

Tints of Turquoise Blue #6CCBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.94%

 BLUE value IS 224 (87.89% from 255) = 41.87%

R = 20.19%
G = 37.94%
B = 41.87%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6CCBE0 (or 0x6CCBE0) is known color: Turquoise Blue. HEX triplet: 6C, CB and E0. RGB value is (108,203,224). Sum of RGB (Red+Green+Blue) = 108+203+224=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #6CCBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBE0 is #93341F. Grayscale: #B0B0B0. Windows color (decimal): -9647136 or 14732140. OLE color: 14732140.

HSL color Cylindrical-coordinate representation of color #6CCBE0: hue angle of 190.86º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CCBE0 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 203 224 -
CMYK 0.52 0.09 0 0.12
HSL 190.86º 0.65% 0.65% -
HSV(B) 190.86º 0.52% 0.88% -
XYZ 40.99 51.28 78.26 -
YUV 176.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 108 203 224 0.52 0.09 0 0.12 190.86 0.65 0.65
Hex 6C CB E0 34 9 0 C BF 41 41
Octal 154 313 340 64 11 0 14 277 101 101
Binary 1101100 11001011 11100000 110100 1001 0 1100 10111111 1000001 1000001

Color Harmonies of #6CCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCBE0

Black with #6CCBE0

Text Example


Text Example

White with #6CCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,203,224); }

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

background-color css

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

 a { background-color: rgb(108,203,224); }

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

border-color css

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

 span { border-color: rgb(108,203,224); }

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