Html Css Color HEX #6BEBE9 Turquoise Blue

📋 copy color: '#6BEBE9'

red 107 ◦ green 235 ◦ blue 233

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

Shades of Turquoise Blue #6BEBE9

Tints of Turquoise Blue #6BEBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.52%

R = 18.61%
G = 40.87%
B = 40.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#6BEBE9 (or 0x6BEBE9) is known color: Turquoise Blue. HEX triplet: 6B, EB and E9. RGB value is (107,235,233). Sum of RGB (Red+Green+Blue) = 107+235+233=575 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.61% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEBE9 is #941416. Grayscale: #C4C4C4. Windows color (decimal): -9704471 or 15330155. OLE color: 15330155.

HSL color Cylindrical-coordinate representation of color #6BEBE9: hue angle of 179.06º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEBE9 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 235 233 -
CMYK 0.54 0 0.01 0.08
HSL 179.06º 0.76% 0.67% -
HSV(B) 179.06º 0.54% 0.92% -
XYZ 50.48 68.43 87.64 -
YUV 196.5 148.59 64.16 -
System Red Green Blue C M Y K H S L
Decimal 107 235 233 0.54 0 0.01 0.08 179.06 0.76 0.67
Hex 6B EB E9 36 0 1 8 B3 4C 43
Octal 153 353 351 66 0 1 10 263 114 103
Binary 1101011 11101011 11101001 110110 0 1 1000 10110011 1001100 1000011

Color Harmonies of #6BEBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEBE9

Black with #6BEBE9

Text Example


Text Example

White with #6BEBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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