Html Css Color HEX #25CFD0 Turquoise

📋 copy color: '#25CFD0'

red 37 ◦ green 207 ◦ blue 208

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

Shades of Turquoise #25CFD0

Tints of Turquoise #25CFD0

RGB

 RED value IS 37 (14.84% from 255) = 8.19%

 GREEN value IS 207 (81.25% from 255) = 45.8%

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 8.19%
G = 45.8%
B = 46.02%

CMYK

 C value IS 0.82

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#25CFD0 (or 0x25CFD0) is known color: Turquoise. HEX triplet: 25, CF and D0. RGB value is (37,207,208). Sum of RGB (Red+Green+Blue) = 37+207+208=452 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.19% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #25CFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFD0 is #DA302F. Grayscale: #9C9C9C. Windows color (decimal): -14299184 or 13684517. OLE color: 13684517.

HSL color Cylindrical-coordinate representation of color #25CFD0: hue angle of 180.35º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CFD0 is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 207 208 -
CMYK 0.82 0.00 0 0.18
HSL 180.35º 0.7% 0.48% -
HSV(B) 180.35º 0.82% 0.82% -
XYZ 34.46 49.57 67.43 -
YUV 156.28 157.18 42.92 -
System Red Green Blue C M Y K H S L
Decimal 37 207 208 0.82 0.00 0 0.18 180.35 0.7 0.48
Hex 25 CF D0 52 0 0 12 B4 46 30
Octal 45 317 320 122 0 0 22 264 106 60
Binary 100101 11001111 11010000 1010010 0 0 10010 10110100 1000110 110000

Color Harmonies of #25CFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CFD0

Black with #25CFD0

Text Example


Text Example

White with #25CFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25CFD0; }

 p { color: rgb(37,207,208); }

 H1.HeaderClassName
 {
   color: #25CFD0;
 }
 .AnyTagClassName
 {
   color: #25CFD0;
 }
</style>

background-color css

<style>
 a { background-color: #25CFD0; }

 a { background-color: rgb(37,207,208); }

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

border-color css

<style>
 span { border-color: #25CFD0; }

 span { border-color: rgb(37,207,208); }

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