Html Css Color HEX #6BCBDF Turquoise Blue

📋 copy color: '#6BCBDF'

red 107 ◦ green 203 ◦ blue 223

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

Shades of Turquoise Blue #6BCBDF

Tints of Turquoise Blue #6BCBDF

RGB

 RED value IS 107 (42.19% from 255) = 20.08%

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 20.08%
G = 38.09%
B = 41.84%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BCBDF (or 0x6BCBDF) is known color: Turquoise Blue. HEX triplet: 6B, CB and DF. RGB value is (107,203,223). Sum of RGB (Red+Green+Blue) = 107+203+223=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BCBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBDF is #943420. Grayscale: #B0B0B0. Windows color (decimal): -9712673 or 14666603. OLE color: 14666603.

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

Color convert

RGB 107 203 223 -
CMYK 0.52 0.09 0 0.13
HSL 190.34º 0.64% 0.65% -
HSV(B) 190.34º 0.52% 0.87% -
XYZ 40.74 51.17 77.54 -
YUV 176.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 107 203 223 0.52 0.09 0 0.13 190.34 0.64 0.65
Hex 6B CB DF 34 9 0 D BE 40 41
Octal 153 313 337 64 11 0 15 276 100 101
Binary 1101011 11001011 11011111 110100 1001 0 1101 10111110 1000000 1000001

Color Harmonies of #6BCBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCBDF

Black with #6BCBDF

Text Example


Text Example

White with #6BCBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,203,223); }

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

background-color css

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

 a { background-color: rgb(107,203,223); }

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

border-color css

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

 span { border-color: rgb(107,203,223); }

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