Html Css Color HEX #61CBE5 Turquoise Blue

📋 copy color: '#61CBE5'

red 97 ◦ green 203 ◦ blue 229

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

Shades of Turquoise Blue #61CBE5

Tints of Turquoise Blue #61CBE5

RGB

 RED value IS 97 (38.28% from 255) = 18.34%

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

 BLUE value IS 229 (89.84% from 255) = 43.29%

R = 18.34%
G = 38.37%
B = 43.29%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#61CBE5 (or 0x61CBE5) is known color: Turquoise Blue. HEX triplet: 61, CB and E5. RGB value is (97,203,229). Sum of RGB (Red+Green+Blue) = 97+203+229=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #61CBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CBE5 is #9E341A. Grayscale: #AEAEAE. Windows color (decimal): -10368027 or 15059809. OLE color: 15059809.

HSL color Cylindrical-coordinate representation of color #61CBE5: hue angle of 191.82º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61CBE5 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 203 229 -
CMYK 0.58 0.11 0 0.10
HSL 191.82º 0.72% 0.64% -
HSV(B) 191.82º 0.58% 0.9% -
XYZ 40.43 50.91 81.82 -
YUV 174.27 158.88 72.89 -
System Red Green Blue C M Y K H S L
Decimal 97 203 229 0.58 0.11 0 0.10 191.82 0.72 0.64
Hex 61 CB E5 3A B 0 A C0 48 40
Octal 141 313 345 72 13 0 12 300 110 100
Binary 1100001 11001011 11100101 111010 1011 0 1010 11000000 1001000 1000000

Color Harmonies of #61CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CBE5

Black with #61CBE5

Text Example


Text Example

White with #61CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61CBE5; }

 p { color: rgb(97,203,229); }

 H1.HeaderClassName
 {
   color: #61CBE5;
 }
 .AnyTagClassName
 {
   color: #61CBE5;
 }
</style>

background-color css

<style>
 a { background-color: #61CBE5; }

 a { background-color: rgb(97,203,229); }

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

border-color css

<style>
 span { border-color: #61CBE5; }

 span { border-color: rgb(97,203,229); }

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