Html Css Color HEX #6BEEEE Turquoise Blue

📋 copy color: '#6BEEEE'

red 107 ◦ green 238 ◦ blue 238

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

Shades of Turquoise Blue #6BEEEE

Tints of Turquoise Blue #6BEEEE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.82%

 BLUE value IS 238 (93.36% from 255) = 40.82%

R = 18.35%
G = 40.82%
B = 40.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BEEEE (or 0x6BEEEE) is known color: Turquoise Blue. HEX triplet: 6B, EE and EE. RGB value is (107,238,238). Sum of RGB (Red+Green+Blue) = 107+238+238=583 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.35% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #6BEEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEEEE is #941111. Grayscale: #C6C6C6. Windows color (decimal): -9703698 or 15658603. OLE color: 15658603.

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

Color convert

RGB 107 238 238 -
CMYK 0.55 0 0 0.07
HSL 180º 0.79% 0.68% -
HSV(B) 180º 0.55% 0.93% -
XYZ 52.07 70.45 91.74 -
YUV 198.83 150.1 62.5 -
System Red Green Blue C M Y K H S L
Decimal 107 238 238 0.55 0 0 0.07 180 0.79 0.68
Hex 6B EE EE 37 0 0 7 B4 4F 44
Octal 153 356 356 67 0 0 7 264 117 104
Binary 1101011 11101110 11101110 110111 0 0 111 10110100 1001111 1000100

Color Harmonies of #6BEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEEEE

Black with #6BEEEE

Text Example


Text Example

White with #6BEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,238,238); }

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

background-color css

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

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

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

border-color css

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

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

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