Html Css Color HEX #6BEBED Turquoise Blue

📋 copy color: '#6BEBED'

red 107 ◦ green 235 ◦ blue 237

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

Shades of Turquoise Blue #6BEBED

Tints of Turquoise Blue #6BEBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.59%

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 18.48%
G = 40.59%
B = 40.93%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BEBED (or 0x6BEBED) is known color: Turquoise Blue. HEX triplet: 6B, EB and ED. RGB value is (107,235,237). Sum of RGB (Red+Green+Blue) = 107+235+237=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BEBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEBED is #941412. Grayscale: #C4C4C4. Windows color (decimal): -9704467 or 15592299. OLE color: 15592299.

HSL color Cylindrical-coordinate representation of color #6BEBED: hue angle of 180.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEBED is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 235 237 -
CMYK 0.55 0.01 0 0.07
HSL 180.92º 0.78% 0.67% -
HSV(B) 180.92º 0.55% 0.93% -
XYZ 51.06 68.66 90.68 -
YUV 196.96 150.59 63.84 -
System Red Green Blue C M Y K H S L
Decimal 107 235 237 0.55 0.01 0 0.07 180.92 0.78 0.67
Hex 6B EB ED 37 1 0 7 B5 4E 43
Octal 153 353 355 67 1 0 7 265 116 103
Binary 1101011 11101011 11101101 110111 1 0 111 10110101 1001110 1000011

Color Harmonies of #6BEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEBED

Black with #6BEBED

Text Example


Text Example

White with #6BEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,235,237); }

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

background-color css

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

 a { background-color: rgb(107,235,237); }

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

border-color css

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

 span { border-color: rgb(107,235,237); }

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